🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A simple :hover emulation for touch device.

jQuery Mobile Plugins

Documentation

#jQuery.hoverOnTouch

A simple :hover emulation for touch devices

##How to use

$('a.example').hoverOnTouch();

##Options

$('a.example').hoverOnTouch({ 	/* 		specify a class name that is added to element when element is touched. 		default: hover 	*/ 	hoverClass: 'hover-example', 	/* 		cancel :hover emulation when touchmove event is dispatched 		default: true 	*/ 	cancelOnTouchMove: true  });

##Demo http://bukurocci.github.io/jQuery.hoverOnTouch/demo/

##License MIT License


You May Also Like