Joined February 2012
·
Posted to
Easily bind `click` event handlers to `tap` events
over 1 year
ago
Awesome, thanks for this. Had problems with the tap event in jquery mobile that this could solve.
Awesome, thanks for this. Had problems with the tap event in jquery mobile that this could solve.
With IE7 you may have to force haslayout. This is generally the way I handle inline-block:
Display:inline-block;
Zoom:1;
*display:inline;