javascript - Problem with page files introduced using load on static pages?
怪我咯2017-07-05 10:43:46
0
1
786
I used load to introduce the shared header file on the static page, but the jquery effect in the header file failed. What happened? Is there a js file imported on the static page?
The effect of jqurey in the header file seems to be caused by the loading order.
Load jQuery first and then load your business logic.