javascript - How to cancel change event for accordion controls -


$("#accordion").accordion({     change: function (event, ui) {         alert('event have changed')     },     changestart: function (event, ui) {        return false;     } }); 

is possible cancel change event?

i not sure change other events in jqueryui returning false cancels event.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -