rgrove / jquery-yui3-rosetta-stone

A guide to idioms in YUI 3 and jQuery.
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Setting/Getting Attributes #5

Closed robsogc closed 13 years ago

robsogc commented 13 years ago

Is the YUI equivilent to .attr() getAttr() or getAttrs? Not sure if it's a typo or I am missing something in my setup. Thanks.

rgrove commented 13 years ago

Whoops, that's a typo. The YUI equivalents are getAttribute() and setAttribute(), not getAttr() and setAttr(). Thanks for catching that.