Skip to content

max-degterev/Zepto-onPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Zepto fast buttons without nasty ghostclicks.
Supports event delegation and handlers removal.
Highly inspired by http://code.google.com/mobile/articles/fast_buttons.html
    
Usage:
    
bind:
$('#someid').onpress(function(event){});
$('#someid').offpress(function(event){});
    
delegation:
$('#someid').onpress('.childNode', function(event){});
$('#someid').offpress('.childNode', function(event){});
    
Word of advice:
Never ever try to attach this event handlers to: document, html, body.
All sorts of weirdness going to happen. Use onclick instead.

About

hackety hack for both clicks and taps to work fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published