I\'m learning jQuery using visual studio and testing my code in Chrome browser. This is my HTML code
in jquery-3.1.1
$("#id").load(function(){ //code goes here});
will not work because load function is no more work