why $(window).load() is not working in jQuery?

后端 未结 4 1182
忘了有多久
忘了有多久 2020-11-27 06:18

I\'m learning jQuery using visual studio and testing my code in Chrome browser. This is my HTML code




        
4条回答
  •  独厮守ぢ
    2020-11-27 06:51

    in jquery-3.1.1

    $("#id").load(function(){
    //code goes here});

    will not work because load function is no more work

提交回复
热议问题