top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is use for Jquery Load function in jquery ?

+1 vote
305 views

Please tell me the use for below function.I did't use this function before.

$("#id").load(function(e) {

});

posted Jul 15, 2014 by Manish Tiwari

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Use for Jquery Load function in jquery
You can see code on the given link:
http://stackoverflow.com/questions/9293148/advanced-use-of-jquery-load-function

answer Aug 14, 2014 by Vrije Mani Upadhyay
...