Articles : Page 1 of 1

  • Loading jQuery Consistently in a .NET Web App

    Loading jQuery Consistently in a .NET Web App

    Oct 11
    10

    One thing that frequently comes up in discussions when using jQuery is how to best load the jQuery library (as well as other commonly used and updated libraries) in a Web application. Specifically the issue is the one of versioning and making sure that you can easily update and switch versions of script files with application wide settings in one place and having your script usage reflect those settings in the entire application on all pages that use the script. Although I use jQuery as an exa...



  • 1