This code runs in Chrome, but not in Android Browser or Chrome for Android 18 (Android 4.2; CyanogenMod 10.1):
$(function(){
$(".save").click(function(){
alert('Saved');
});
});
Working example: http://jsfiddle.net/BCVdc/4/
Is there some jQuery/Android Browser incompatibility?
RESOLVED: error was unrelated to this code...