Open MartinWeise opened 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.
On my PC / Tablet, all gridster.js lists are not able to call my script by
When i removed the gridster.js file, it worked great.
I also started an Stackoverflow Thread for this.