All Questions
24
questions
2
votes
1
answer
251
views
jQuery NoUiSlider doesn't work with Mootools
afer I upgrade slider to version 6 , slider disapear on mouse down
I find out the problem is Mootools but I can't find where :(
I create a smiple slider:
<div id='test'></div>
jQuery("#...
2
votes
1
answer
401
views
strophejs conflict with mootools
I am trying to use strophe.js in Joomla! for xmpp chat client, but its giving me this error.
Uncaught TypeError: Cannot read property 'id' of undefined strophe.js:3046
Strophe.Connection....
0
votes
1
answer
143
views
Mootools trying to parse identifier jQuery
I know it's a bad idea to mix frameworks but it's not my choice. I had to implement a jquery date picker for one field. The site uses mootools. The problem is I need to open a page in a smoothbox ...
0
votes
1
answer
180
views
Conflict between mototools and javascript both not running
I have a conflict between JavaScript and Mototools, I know there is something like NoConflict script but I do not fully understand how can I make it work I will leave the code of both dependencies so ...
0
votes
2
answers
339
views
jQuery conflict with MooTools
I have created slideoutmenu which pops out/in if I touch it/not with a cursor using MooTools: //MooTools, http://mootools.net, My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2009 Valerio ...
0
votes
3
answers
3k
views
How to debug what appears to be a jQuery/MooTools conflict?
I am attempting to implement a jQuery plugin called Textify which I purchased on CodeCanyon.
Textify requires jQuery, and I am implementing this plugin in a Joomla 2.5 environment using the Vertex ...
0
votes
2
answers
540
views
Mootools breaking jQuery functionality
Having an issue with Mootools breaking my slideshow scripts jQuery functionality. Cannot pinpoint what is happening, but particularly in Firefox it is destroying the functionality and making my ...
0
votes
2
answers
193
views
mootool 1.4.2 conflict with another mootool file
I made a range slider (http://maatren.com/range_slider/range.html) in mootool but it is working fine without file "mootool 1.4.2" (http://maatren.com/range_slider/js/mootools-core-1.4.2-full-compat.js)...
0
votes
1
answer
456
views
Cannot Solve Jquery and Mootools Clash
I am a beginner...
I have used Two Jquery ( One is Jquery For Pop up-"Kind Of ajax" from Color Box and Another is Jquery for Load More Options that Fetches Data-Again Ajax) It is Clashing/Conflicting ...
0
votes
1
answer
327
views
mootools's slideshow doesnt work when prototype.js is included in document [duplicate]
Possible Duplicate:
Prototype / Mootools conflict question
mootools's slideshow noobslide doesnt work when prototype.js is included in the document. Otherwise works fine!
How do I resolve this ...
2
votes
6
answers
3k
views
Jquery-Mootools conflict
i have been trying to make 2 scripts(1 mootol and 1 jquery) work at the same page to no avail..been researching many a forums and all but i still cant make the 2 work simultaneously.
this is how it ...
0
votes
1
answer
1k
views
mootools and prototype conflict
this is my code it keeps not work , if i remove the prototype script file , mootools work and if i remove the mootools prototype works !! this is code :
<script type="text/javascript" src="js/...
-1
votes
2
answers
1k
views
jQuery and Mootools conflict
I know that there are many post about hot to use jQuery with mootools, but I am doing something wrong.
The original head MooTools + jQuery:
<head>
<?php css(); ?>
<meta name="viewport"...
1
vote
1
answer
621
views
Jquery, mootools and prototype in Joomla
Hi I need Mootools for my chronoforms, prototype for my lightbox 2 (I think) and maybe also some jQuery in the future.
When I enable Mootools, lightbox 2 is not working in IE, when I disable it, ...
0
votes
2
answers
528
views
Mootools 1.11 and 1.2.4 conflict, Ajax.Form
I'm trying to use Mootools Ajax.Form, and was able to make a successful test installation with this:
http://demos111.mootools.net/Ajax.Form
ONLY if I downgraded my mootools script to 1.11. For the ...