Worked with 1.3.2
now .attr("size") returns 1 whether it's been set or not
$("x").attr("size") => 1
$("x").attr("size", 40)
$("x").attr("size") => 1
and no attribute seems to appear on the element.
--
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en.