ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

jQuery Taphold support #199

Open MartinWeise opened 11 years ago

MartinWeise commented 11 years ago

On my PC / Tablet, all gridster.js lists are not able to call my script by

$(function(){
   $('.item').on( 'taphold', tapholdHandler );

   function tapholdHandler( event ){
      alert('Hello');
   }
});

When i removed the gridster.js file, it worked great.


I also started an Stackoverflow Thread for this.