javascript - Swipe jquery event -
somebody know how create function "swiperight" event using jquery? know plug-in this?
$(function(){ $(".container").swiperight(function(){ ***simple add class funcctions*** } }); });
not plugin, jquery mobile library has swipe event listeners (with addclass example in link).
Comments
Post a Comment