Should we be using JQuery for Mobile AJAX Page Navigation?
Posted
by Brad
on Stack Overflow
See other posts from Stack Overflow
or by Brad
Published on 2010-03-17T17:06:35Z
Indexed on
2010/03/25
15:03 UTC
Read the original article
Hit count: 624
I am developing a mobile site that will load page content using AJAX if JavaScript is enabled. I have been using the JQuery load() functionality to load page contents from other static pages but I feel I am wasting precious bandwidth loading the entire JQuery library when I'm only using a small piece of it. With this said should we be avoiding libraries when only using small pieces of them?
© Stack Overflow or respective owner