How can jquery be hide from downloading the webpage?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syam s
    New Member
    • Oct 2010
    • 4

    How can jquery be hide from downloading the webpage?

    Hi ,

    I am beginner in jquery , i am using Asp.net , jquery for providing UI elements . when web pages are load we can see the html code using view code option .And when downloading the website as whole all jquery files is downloaded . How can the downloading of jquery files can be hide .

    Thanks in advance ..
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    it cannot be avoided - javascript is embedded code in a html page so it is always transfered together with it - the only way i could think of could be to load the scripts dynamically in the page's onload ...

    Comment

    Working...