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.

-- Jörn

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

Reply via email to