Bind instance to element with jQuerys data method
Nice way to check if a element already have a instance of a method:
function() {
var instance = this.data("yourFunction");
if (instance) return;
instance = new yourFunction();
this.data("yourFunction", instance);
};
Written by Tobias Otte
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Js
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#