Skip to content

Instantly share code, notes, and snippets.

@ProjectSoft-STUDIONIONS
Created June 11, 2019 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ProjectSoft-STUDIONIONS/3df57cde1a45026a5eee7a8cbc525963 to your computer and use it in GitHub Desktop.
Save ProjectSoft-STUDIONIONS/3df57cde1a45026a5eee7a8cbc525963 to your computer and use it in GitHub Desktop.
(function($){
$(function(){
$.fn.live = function(types, data, fn){
$(this.context).on(types, this.selector, data, fn);
return this;
};
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment