Mike, here's an interesting quirk. If I try to clear the value (<val select="#modify input" value="" />) Taconite doesn't work. If I insert a value, even a space (<val select="#modify input" value=" " />) it does work. Should I use another method to clear the value of an input?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Friday, February 23, 2007 1:14 PM To: jQuery Discussion. Subject: Re: [jQuery] jQuery taconite val() > <val selection="#modify input" value="abc" /> That should be written like this: <val select="#modify input" value="abc" /> _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
