Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
jQuery double instance/load using Embed
valajbeg
New
I have site that already have jQuery and some jQuery plugins in it and i tried to embed vanilla but it crashes somehow very strange..
Finally i find out that it's up to double jQuery instance, what so you suggest me to do?
p.s. I noticed that only google chrome can handle double jquery instance with same name.
Finally i find out that it's up to double jQuery instance, what so you suggest me to do?
p.s. I noticed that only google chrome can handle double jquery instance with same name.
1
Comments
/cd
but believe me, i tried to disclude jQuery in parent page and it works ... it's due to multiple jQuery load
how to disable loading jQuery in vanilla so that it takes only the one that loads with my parent page?
i think that could solve the problem
Firebug cannot find _firebugConsole element true Window forum
Firebug cannot find _firebugConsole element true Window forum
Firebug cannot find _firebugConsole element true Window forum
Firebug cannot find _firebugConsole element true Window forum
Unknown property 'zoom'. Declaration dropped.
[Break on this error] o}return a};c.extend({noConflict:funct...){s.attachEvent("onreadystatechange",
jquery.js (line 26)
Unknown property 'zoom'. Declaration dropped.
[Break on this error] .round-main { margin: 0; background: #...dding: 2px 7px; border: 0; zoom: 1; }
and many more Unknown property warnings
perhaps i didn't do something right with firebug?
Are you sure that it is embed vanilla that is double-including jquery? Can you give us the url to your embed page so we can have a look ourselves? (be sure to write @Mark in your post so I get notified and come back to help out
unfortunately it's on localhost
it's linux/debian and firefox 3.5
as i said when i exclude jquery in parent page it works well
i really don't know what is the problem, is there any way you can try t replicate the problem?
you can check all js that i include at www.stipendije.ba
here is that plugin: http://www.stipendije.ba/scripts/jquery.corner.js
I believe that there is some overlap between js in vanilla and in this jquery plugin because everything works ok if i exclude that plugin.
here is plugin
http://www.stipendije.ba/scripts/jquery.corner.js
and here i have preview of forum http://www.stipendije.ba/forum
(but probably you will be blocked/redirected since i left jquery plugin to be loaded by default. )
anyone, please?