Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can change external jquery in to internal one?
Posted
Comments
Nicholas Butler 8-Oct-11 10:53am    
What do you mean by external and internal jQuery?
ahmed559 8-Oct-11 11:08am    
I wants to integrate js file with html.No need any js file in my project.
DaveAuld 8-Oct-11 11:03am    
Do you mean locally hosted library vs CDN hosted library?
ahmed559 8-Oct-11 11:08am    
I wants to integrate js file with html.No need any js file in my project.

1 solution

You can embed the contents of the JQuery file within a script tag on your page, but what could possibly be the benefit you see in this? You increase the complexity of maintenance and the size of you file and there would be no chance for the browser to cache the js files.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 8-Oct-11 14:36pm    
Completely agree! 5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900