Shawn Jonnet
Results
2
comments of
Shawn Jonnet
If u mean to expose a helper for appending ur button element onto another element. http://api.jquery.com/appendTo/
Looking at some of your code, .appendTo would already be available. ``` this.el = $(html) this.el = $(this.template) ``` The $.fn is just really an alias the jquery's prototype. I'm...