Response title
This is preview!




- $(document).bind("mobileinit", function(){
- $.mobile.ajaxLinksEnabled(false);
- });
Although I will admit that I haven't tried that yet, it should work. Also make sure that this script is being called BEFORE jquery mobile is loaded, otherwise the mobileinit listener will have already triggered.
Thanks!
FYI - This should be
data-ajax="false" attribute. © 2012 jQuery Foundation
Sponsored by
and others.
