issues
search
simontabor
/
jquery-toggles
jQuery plugin to make easy toggle buttons
http://simontabor.com/labs/toggles
MIT License
362
stars
67
forks
source link
Toggles V3
#30
Closed
simontabor
closed
10 years ago
simontabor
commented
10 years ago
Improved API (allows usage of
myToggle.toggle(state)
)
Misc bug fixes
More maintainable code
myToggle.active
property which will reliably return the toggle state
No longer using CSS animations - smaller + easier to work with code
Fixes #29, #28
Todo:
[x] fix #19
[x] check if #27 is fixed (fixed but by removing touch event support)
[x] fix #25
myToggle.toggle(state)
)myToggle.active
property which will reliably return the toggle stateFixes #29, #28
Todo: