Use the following code:
jQuery(function(){
// remove layerX and layerY
var all = jQuery.event.props,
len = all.length,
res = [];
while (len--) {
var el = all[len];
if (el != 'layerX' && el !=
'layerY') res.push(el);
}
jQuery.event.props = res;
}());
Hi Lucky,
ReplyDeleteCare to share with us where to put this string of code?
Thanks!
you can put this code in footer or header file
Delete