I am loading HTML content from the third party server using JSONP & using jQuery.html("html") function to replace full HTML. I have used this code in head tag but when I am trying to access that site, it loads the default HTML first & then replace the HTML using jQuery. Is there any way to make the jQuery loaded HTML to be displayed first? Any help would be appreciated. Thanks.
Server -> Browser -> any user-level modifications (includes jQuery) In other words - you can't do that.