Tony,
Is there a way to pass a function to the onChange event of a Modal form select box? Can you specify it as an edit option? I tried to bind it directly to no avail:
jQuery(‘#id_of_select”).change(function(){
alert(“change”);
});
What would be a best way to tie a function to select onChange event?
Thanks for all your help,
Mike
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top