hi..

i had developed ' http://www.wooadvertising.in/ ' this site using Jquery.
when i use the another Jquery it doesn't work.. i am trying to solve this problem but i cant. can anyone solve this problem

Recommended Answers

All 8 Replies

Please be more specific. What do you mean by 'another jquery' ? What problem do you have ?

Ya..You need only one jQuery js. Why would you use another jQuery.

hey pritaeas in my website i had use the jquery for the scrolling the website. when i use the another jquery for the another perpose means to do another task in the website then it doesnt works..

Jquery i used in the website is only for scrolling the website. i want to use the another jquery to do athor task in the website

Another plugin ? That should not be a problem. Which one ?

prototype.js
scroller.js
slider.js

i included these file in my site for scrolling the division means for the stylist scroll bar to the div.. but are these js files are not working

You had a conflict with the js.
Try this:

<script>
 var $j = jQuery.noConflict();
</script>

Now use $j instead of jQuery in your code like $j("#id").click();

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.