Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 431 Bytes

clicktoggler

jQuery plugin that assigns click event handlers in exciting ways!

Clicktoggler is a jquery plugin sets up a queue of functions to be called in turn on the click event. It's great for menu state management or any elements that require complicated click event handlers.

Usage: $(element[s]).clickToggler(options, handler1[, handler2[, ectÉ]]); see www.wildwebcraft.com/clickToggler/ for demos and docs.