if you want to use the jquery one you can tell jquery to not conflict with
prototype's namespace
$jQuery=jQuery.noConflict();
then ... $jQuery('#some-id').someJqueryFunction() .. for jQuery methods
and $('some-id').somProtoFunction() .. for prototype methods
Regards
Alex
----- Original Message -----
From: Gabriel Gilini
To: [email protected]
Sent: Tuesday, November 25, 2008 5:37 PM
Subject: [Proto-Scripty] Re: Modal window pop-up
http://scripteka.com/
Click in the "window" tag.
And please google before posting.
Gabriel Gilini
www.usosim.com.br
[EMAIL PROTECTED]
[EMAIL PROTECTED]
On Tue, Nov 25, 2008 at 2:01 PM, livewire9174 <[EMAIL PROTECTED]> wrote:
Hi,
Can anybody recomend me a modal pop-up library to use ? I tried using
thickbox ( based on jquery) but this wont work as it is conflicting
with the prototype accordion i am using.
Has anybody tried something like this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---