How to remove <h1> tag from jQuery mobile loader? – SEO
I am using jQuery 1.4.5 on my page and use the loader ahead of an ajax request: $.mobile.loading('show', {theme:"e", text:"", textonly:false, textVisible: false}); After finishing the request, I hide it: $.mobile.loading('hide'); That works, but it produces an tag at the…