javascript - jquery: do something when 'hover' is unbinded on '.myBox'? -


Is it possible to do this in Jquery when I do .mybox ? I want to add the plugin that was making me in the plugin first, it was not sure how?

There are specific things that I want to be always done when CSS ('cursor' 'default') and some other things are a way of unintentionally triggered, when sharing stuff without the goods Without it?

The only way to do this is to expand the unbind function:

  (function ($) {var unbind = jQuery.fn.unbind; JQuery.fn .unbind = function (type, function) {var matched elements = this.filter ('# matchedElement1, # matchedElement2'); If (matched elements.lamp & amp; amp; amp; type = = "String" & type == "mouseover") {// blah blah, whatever you wanted to do (to do the Elements instead of this.). Unbound return. Apali (this, The Uments); // to call the actual unbind handler.}} / * Rest of your plugin * /} (jQuery));    

Comments