It works just fine if it is alone in one page. But there is a problem if two of them are switched on the same page. How can I modify it?
Call
$(function ()
1 |
|
var opt1 = {
1 2 3 4 5 6 7 |
|
});
(function ($)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
|
})(jQuery);
<ul id="mp_gnq">
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|
</ul>
怪我咯2017-06-12 09:32:10
I don’t understand what you want to express in the description, but if you mean that if you introduce one jQuery.js, your plug-in will run, but if you introduce two, it won’t work. You can take a look at this
http://blogread.cn/it/article...
代言2017-06-12 09:32:10
Both plug-ins operate on the same dom. Who do you want this dom to listen to?
Don’t use too many plug-ins, modify them appropriately, otherwise you won’t be able to tell anything without looking at the actual picture