Prototype/jQuery plugin issue

Soldato
Joined
25 Oct 2004
Posts
8,854
Location
Sunny Torbaydos
Hiya,

I currently work on a site which uses the prototype framework but require a plugin that can be used to allow only part of an unordered list to be visible until a user clicks to view more.

I've been using Collapzor jQuery plugin but turns out that has been causing major issues between the 2 frameworks.

Anyone know of a similar plugin to Collapzor for the Prototype framework ?
 
Soldato
Joined
8 Oct 2005
Posts
4,185
Location
Midlands, UK
Hiya,

I currently work on a site which uses the prototype framework but require a plugin that can be used to allow only part of an unordered list to be visible until a user clicks to view more.

I've been using Collapzor jQuery plugin but turns out that has been causing major issues between the 2 frameworks.

Anyone know of a similar plugin to Collapzor for the Prototype framework ?

Have you tried the JQuery noconflict plugin, that sometimes works.
 
Associate
Joined
2 Apr 2004
Posts
674
Location
Melbourne
If you are using prototype, use prototype. Don't jQuery to your site just to use one plugin.

I recently inherited a project at work that used mootools, jquery and prototype in various places. Such fun to pick that mess apart.
 
Back
Top Bottom