alexander-ruehle / paper-collapse

Collapsible paper cards.
http://bbo-code.com/components/paper-collapse
163 stars 60 forks source link

Changed Code to use jQuery lightweight plugin boilerplate. #9

Open bilalsoomro opened 9 years ago

bilalsoomro commented 9 years ago

Reason for changes: 1) It fixes multiple instantiations bug. The following can be called again to refresh plugin if new items added programmatically. Previously, the existing paper cards would open and close if the method below was called. $('.collapse-card').paperCollapse();

2) Added destroy method. $('.collapse-card').paperCollapse('destroy');

TODO: change min version as well