I've got this result while debugging with firebug:

>>> $("type",line)
[<type value="select">]
>>> $("type",line).attr("value")
--result nothing
>>> $("type",line).get(0)
<type value="select">
>>> $("type",line).get(0).attr("value")
--result nothing

How do I got the value attribute from $("type",line) without assign it
to another variable?
Why chainable method didn't work for $().get() ??

--
Donny Kurnia
http://hantulab.multiply.com/
http://hantulab.blogspot.com/
-------------------------------------------
At times the world can seem an unfriendly and sinister place. But
believe us when we say there is much more good in it than bad. And
what might seem to be a series of unfortunate events, may in fact, be
the first steps of a journey.
-- A Series of Unfortunate Events

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to