I have a pretty simple issue with Snazzy Archives. I have it working and all, but my theme and other plug-in's I have use Prototype instead. Obviously this causes issues espcially if I want to use any of the lightbox scripts that are available. I know there's a jQuery version available, but my theme uses Prototype.
I was poking around and found out that jQuery has a function so that it doesn't interfere with other scripting libraries, jQuery.noConflict(); to be exact. Is there any way I could implement this so that collapsing and expanding month's and days works?
Vladimir’s WordPress Forum
Conflict with other Javascript libraries
3:16
1 October, 2008
Chris
Hi there,
I have a pretty simple issue with Snazzy Archives. I have it working and all, but my theme and other plug-in's I have use Prototype instead. Obviously this causes issues espcially if I want to use any of the lightbox scripts that are available. I know there's a jQuery version available, but my theme uses Prototype.
I was poking around and found out that jQuery has a function so that it doesn't interfere with other scripting libraries, jQuery.noConflict(); to be exact. Is there any way I could implement this so that collapsing and expanding month's and days works?
6:26
3 October, 2008
Vladimir
posts 707
Uep you can put jQuery.noConflict(); at the beginning of snazzy-archivs.js and let me know if that works ;)
13:32
3 October, 2008
Chris
Unfortunately that didn't seem to work. :(
17:16
3 October, 2008
Vladimir
posts 707
darn.
9:15
7 October, 2008
Chris
Any new idea's? :)
4:37
10 October, 2008
Vladimir
posts 707
Apart from obvious one to not use prototype, really nothing else.