jquery projects with source code code example
Example 1: jquery projects with source code free download
$.get('example/myDoc.txt', function(data) {
alert(data);
});
Example 2: jquery projects with source code free download
//load the contents of myfile.txt into #myDiv
$('#myDiv').load('myfolder/myfile.txt');