Home | Projects | Tutorials | Articles | live chat | Submit Project | Big Vote
 
Ajax Projects
.NET Frameworks
Java Frameworks
PHP Frameworks
Ruby Frameworks
Other Frameworks
Cool AJAX sites
Ajax Resources
Ajax Tools
JavaScript frameworks

 Home /  Tutorials / How To Include Jquery In Html

How To Include Jquery In Html





JQuery-include is a plugin provides browser based file include similar to SSI. it's used in prtotyping and to be viewed in file system rather than hosted The plugin can handle nested includes

Read The Full Tutorial.
































JQuery-include is a plugin provides browser based file include similar to SSI. it's used in prtotyping and to be viewed in file system rather than hosted
The plugin can handle nested includes - linking paths in the include file are modified to match the host page context. For post-include processing the includeReady method is similar the jquery.ready method.

$(document).includeReady(function () {

        // initialisation code here
        // e.g. modify include dom

});

Include tag useage:

<span src="includes/test1.html">

        <p class="error-msg">include has not loaded</p>

</span>

AddThis Social Bookmark Button
Top Projects
MSN Web Messenger
MessengerFX
ebuddy
e-messenger
ILoveIM
You Tube
AJAX file upload
KoolIM.com
Meebo
Ajax.NET Professional
Tutorials
Create iPhone Applications Using ASP.NET AJAX
Consuming Web Services using AJAX and ASP.NET 3.5
jQuery.ajax and jQuery.post Form Submit Examples with ColdFusion
HTTP Streaming and Internet Explorer
Ajaxed: Ajax for classic ASP
Simplify Ajax development with jQuery
A Simple Cross-Domain Ajax
Html Form submit using Ajax
AJAX with jQuery and EasyWeb4J
MVC Framework and jQuery = Ajax Heaven