Skip to content
Extraits de code Groupes Projets
custom-mobile-scripting.js 138 octets
Newer Older
  • Learn to ignore specific revisions
  • maxwell's avatar
    maxwell a validé
    $(document).bind("mobileinit", function(){
      $.extend(  $.mobile , {
    
        ajaxLinksEnabled : false
        ajaxFormsEnabled : false
      });
    });