Is there a way to reduce jQuery to functions that I need.
In this case, I only want to use getJSON with the callback function. I don't need anything else of jQuery. Is there any way to cut this out?
Thanks, Mike
Is there a way to reduce jQuery to functions that I need.
In this case, I only want to use getJSON with the callback function. I don't need anything else of jQuery. Is there any way to cut this out?
Thanks, Mike
You can do AJAX without jQuery. One explanation: http://davekb.com/browse_programming_tips:easy_ajax:txt
Not really, there are a lot of dependencies, but modularity is planned.
As an aside, a getJSON()
function isn't particularly hard to implement.