frameworks with built-in jquery support? -
Whenever I want to use jquery I include it in the html header and then use it in my javascript files I am
So what do people mean when they say that a framework is built in junkery support?
And the same thing is with AJAX-support.
The framework provides real implementation of common tasks that are required by many applications. Built in jQuery support, it will show that the framework can use jQuery to implement some of its functionality. Or it can only indicate that links to relevant jQuery files are provided.
Even for AJAX, the framework can apply a form submission through the AJAX function so that you write the code as a user of the framework, but use the framework implementation.
Comments
Post a Comment