javascript - Run two separate jQuery simultaneously -
I'm trying to get two different jquery to run at the same time.
One thing (the design is JQuery that how I will see it) is related to a carousel and smooth scrolling, and automatically highlights the current area in Navbar.
The second is a Konami code script which I would like to implement as an easter egg.
When I remove the jQuery design, the Konami code works as much in the browser as much as should. However, when it is added to the site, the Konami code is unable to work.
Is there any way for both of them to have both at the same time?
If you are not already doing this, then design jQuery and Konami code script Define each and every $ (document) .ready (varName);
Comments
Post a Comment