0
Q:

jquery projects with source code free download


$.get('example/myDoc.txt', function(data) {
    alert(data);
});
                        
0

//load the contents of myfile.txt into #myDiv
$('#myDiv').load('myfolder/myfile.txt');
                        
-1

New to Communities?

Join the community