← Back to team overview

launchpad-dev team mailing list archive

YUI 101 question

 

Hello YUI gurus

Why can't I set the title on a YUI anchor object directly?

ie

link = Y.getElementById(...)
link.title = "my title"

fails (well, no error but doesn't work), but

link.setAttribute('title', "my title");

works.

Any enlightenment for a YUI noob?



Follow ups