[jQuery] unchange() - how does it work?
I have a number of controls on a form that have a default onchange()
function. In some places I would like to change the onchange function to
something else, but I find that I have been unsuccessful in removing the
default function.
I have tried several different types of commands but nothing seems to work.
Here is what I have so far:
$("#myform").find(".inputbox").unchange().change(function() {
anotherfunction();
});
<input type="text" name="filter" id="filter" value=""
class="inputbox" onchange="document.myform.submit();" />
--
View this message in context: http://www.nabble.com/unchange%28%29---how-does-it-work--tf2356323.html#a6563193
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/