SyntaxFix
Write A Post
Hire A Developer
Questions
you could try
$('*').not('#div').bind('touchmove', false);
add this if necessary
$('#div').bind('touchmove');
note that everything is fixed except #div