Dave Methvin schrieb:
>> Is the problem that you are attaching a new onchange event, and need 
>> to clear the old one? If so this should work:
>> $( "#myradiobutton" ).change().change( function() { ... } );

> Afaik that would call all registered change events first, then add a new
one.

Yes, my thinking was broken on that because .unchange() detaches the
event(s). 


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to