javascript Document ready firefox (jQuery)

前端 未结 3 1201
情深已故
情深已故 2021-01-16 03:12

In FireFox I have this jQuery at the end of the body:

$(document).ready(function() {
     $.getScript(\'LiveMapsJavascriptProvider.aspx?type=reference&va         


        
3条回答
  •  抹茶落季
    2021-01-16 03:40

    You can try using something like head.js to specify execution order, while still taking advantage of parallel loading.

提交回复
热议问题