iosscripts / iosslider

iosslider is a jQuery plugin which allows you to integrate a customizable, cross-browser content slider into your web presence. Designed for use as a content slider, website banner, or image gallery.
http://iosscripts.com/iosslider
432 stars 103 forks source link

Prevent keyboardControls: true from navigating when using input #333

Closed marcwhitbread closed 10 years ago

marcwhitbread commented 10 years ago

Add check to keydown event.

if(e.target.nodeName == 'INPUT') return true;