Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-16-2009, 06:19 PM   PM User | #1
yaksho
New Coder

 
Join Date: Oct 2009
Location: Nepal
Posts: 48
Thanks: 2
Thanked 0 Times in 0 Posts
yaksho is an unknown quantity at this point
Jquery conflict with each other

In my menu section .. there you can see different links and if you click there you can see the menu details in different window.

You know since I've already used Jquery in my menu section.. i want to use another jquery file ..(prototype) lightbox for those menu images.. when clicked. I tried it by myself but it directly conflicts with my menu jquery and one of them doesn't works at once.

Is there any way to use both of them?? I mean both jquery of Lightbox and Menu ... in my menu page.

My website address is http://uniwebmart.com/baisithai
yaksho is offline   Reply With Quote
Old 10-17-2009, 09:10 PM   PM User | #2
headache
New to the CF scene

 
Join Date: Oct 2009
Location: North Carolina, USA
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
headache is an unknown quantity at this point
Hi Yaksho,

I can't help you today... I don't know the answer to your problem. In fact, we may be having similar problems... mine is the next post.. a problem with two jquery scripts not working together in lightbox.

What I wanted to know though, is where you got that cool-warp menu effect from - the one at the top of your site. I have a client coming up who wants something for her daycare group - It would work really nice on her site using children's imagery for navigation.

Nice looking site. Good work!
headache is offline   Reply With Quote
Old 10-17-2009, 09:15 PM   PM User | #3
seco
Regular Coder

 
seco's Avatar
 
Join Date: Nov 2008
Location: Oregon
Posts: 682
Thanks: 5
Thanked 79 Times in 77 Posts
seco has a little shameless behaviour in the past
jquery and prototype have problems together mainly in an event function. you would be better off looking for a jquery lightbox setup and not prototype lightbox.
seco is offline   Reply With Quote
Old 10-18-2009, 12:23 AM   PM User | #4
joey,choey
New Coder

 
Join Date: Jul 2008
Posts: 48
Thanks: 1
Thanked 0 Times in 0 Posts
joey,choey is an unknown quantity at this point
This may work.
Code:
        <script type="text/javascript">
            var $ = jQuery.noConflict();
            jQuery(document).ready(function($jb) {
            })(jQuery);
        </script>
joey,choey is offline   Reply With Quote
Old 10-18-2009, 02:25 AM   PM User | #5
seco
Regular Coder

 
seco's Avatar
 
Join Date: Nov 2008
Location: Oregon
Posts: 682
Thanks: 5
Thanked 79 Times in 77 Posts
seco has a little shameless behaviour in the past
the noconflict works sometimes, ive never had much luck with it.
seco is offline   Reply With Quote
Old 10-23-2009, 09:33 PM   PM User | #6
yaksho
New Coder

 
Join Date: Oct 2009
Location: Nepal
Posts: 48
Thanks: 2
Thanked 0 Times in 0 Posts
yaksho is an unknown quantity at this point
I've solved the problem.
yaksho is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:57 AM.


Advertisement
Log in to turn off these ads.