I would like to disable part of my jQuery script for mobile devices, heres the code I\'d like to disable:
$(\'#inner-slide1\').click(function(e) { e.prev
You may try
MatchMedia.js
There is details on https://github.com/paulirish/matchMedia.js
You can load the plugins according to the certain viewport size.