juven14 / Collapsible

No longer maintaining - Manage multiple collapsibles with cookie support
Other
70 stars 64 forks source link

Added basic firewalling #2

Closed tgandrews closed 12 years ago

tgandrews commented 12 years ago

Encountered a problem in development of a site that when the jQuery selector returned no elements the plugin fell over. I added basic firewalling to ensure that the element jQuery object isn't undefined, null or have no elements in it.