JavaScript Load Order

后端 未结 8 2399
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 06:38

I am working with both amq.js (ActiveMQ) and Google Maps. I load my scripts in this order


    

        
8条回答
  •  再見小時候
    2020-11-30 07:21

    You can also use the built in SharePoint javascript method to control the execution of your scripts;

    _spBodyOnLoadFunctionNames.push("yourFunction");
    

提交回复
热议问题