I think I may be missing something in the jQuery Taconite implementation. To
clear a text field's value I would typically just use $("#modify
input").val("abc"); Using Taconite I expected I would use <val
selection="#modify input" value="abc" />, but it doesn't work. I've worked
around it by simply using <eval>$("#modify input").val("abc");</eval> in the
XML response, but I'd like to correct my understanding as well. What am I
overlooking?
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/