[jQuery] Conflict..

2010-01-14 Thread naharlay
Dear friends am doing a new website, and I want to use the mootools and the jquery together.. they are doing a conflict, but I used the .noConflict() function, so now they work together, but in IE8in the status bar gives me "Page Error": ' Object doesn't support this property or method mootoo

[jQuery] Re: jquery conflict with prototype

2009-12-10 Thread Scott Sauyet
On Dec 9, 8:33 pm, "i...@atlantagraphicdesign.net" wrote: > can someone help with the nocoflict function. Did you read this document?: http://docs.jquery.com/Using_jQuery_with_Other_Libraries I'd suggest that the simplest thing would be to put prototype first, then jQuery, followed by a scr

Re: [jQuery] Conflict at function data() of jquery 1.3.2 library and ui.core.js

2009-12-10 Thread Richard D. Worth
What exactly is the problem? - Richard On Thu, Dec 10, 2009 at 2:58 AM, cogitovn wrote: > Dear all, > I use both libraries: jQuery 1.3.2 and ui.core, ui.slider. Besides, > plugin (jquery) tool.tooltip (http://flowplayer.org/tools/ > tooltip.html ) is

[jQuery] Conflict at function data() of jquery 1.3.2 library and ui.core.js

2009-12-10 Thread cogitovn
Dear all, I use both libraries: jQuery 1.3.2 and ui.core, ui.slider. Besides, plugin (jquery) tool.tooltip (http://flowplayer.org/tools/ tooltip.html) is also in use. At 2 different locations of the site, I call tooltip() function. The first, tooltip() call to $.data() of jQuery, line 1368 in jquer

[jQuery] jquery conflict with prototype

2009-12-10 Thread i...@atlantagraphicdesign.net
can someone help with the nocoflict function. I can't get it to work. i have a dynamic drop down menu using jquery. We just added the light view to view video. The prototyp.js file is conflicting with my menu. I read about implementing th no conflict, but i dont understand how to use it will all of

[jQuery] Conflict with doc-menu and startStop slider?

2009-11-20 Thread J2
Hi, I seem to be having issues while trying to include both the doc menu jquery menu (http://www.ndesign-studio.com/blog/design/css-dock- menu/) , and the jQuery start stop slide show (from Chris Coyer). I finally got the slider to work properly, but now the images within the doc menu to not appea

[jQuery] Conflict of jQuery tabs with prettyPopin

2009-10-30 Thread wogahnct
I have a simple HTML page that has 3 tabs on it using jQuery tabs and I'm trying to pop it open using prettyPopin. The page renders fine on its own, but will not display as tabs when it is called in a prettyPopin window. Has anyone seen this before? http://www.w3.org/1999/xhtml";> Untitled D

[jQuery] Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
Summary - Slider does not work in SimpleModal window after more than once. Detail: Step 1: Click to open modal window Step 2: Observe slider working properly, with value being updated, close modal Step 3: Click to open modal window Step 4: Observe slider NOT working properly, NaN being returned

[jQuery] Conflict with jquery two scripts...

2009-09-08 Thread Erik R. Peterson
Hi everyone, I'm using two scripts that are conflicting with each other. You ask why I'm using wo scripts? One script is used for scrolling to the top of a long page from a bottom link. The other script is used for smooth scrolling to local anchors. I'm using a ajax to load external ht

[jQuery] Conflict with Lightbox 2 & Smooth scroll

2009-09-02 Thread evansonuk
Hi, Having problems with conflicts between Lightbox 2 & smooth scroll. Does anyone know anything about this, or better yet anyone know a way around this? I am new to this and not particularly savvy to say the least. Help would be appreciated. Thanks

[jQuery] Conflict between jquery and mootools

2009-08-17 Thread jqueryuser
I need help, I'm with conflict between mootools and jquery, I found something on the internet but seucesso. Can anybody tell me which file and which line change to end this conglito change? I am waiting for help

[jQuery] Re: two jQuery conflict

2009-06-28 Thread Charlie
you only need one instance of jquery.js on page for all jquery related plugins. noConflict doesn't apply to multiple instances of jquery.js jquery-1.1.3.1 is quite old version, get rid of that one, move newer version to top ( latest version is 1.3.2) alternative wrote: Hi, can someone hel

[jQuery] two jQuery conflict

2009-06-28 Thread alternative
Hi, can someone help me for my code? I'm really not a coder you know, but i really like this query scripts, I'm having a problem with my two scripts. the "lavalamp query script" and the "jFlow" something from query also. I just got that from a free template which I downloaded a few days ago. here

[jQuery] Conflict jquery

2009-06-24 Thread c10
I am trying to use more than one script in my page (lightbox is added) If one or the other is removed all works fine. I found - jQuery.noConflict(); // Use jQuery via jQuery(...) jQuery(document).ready(function(){ jQuery("div").hide(); }); // Use Pro

[jQuery] conflict with scroll-pane & toggle scripts ?

2009-06-21 Thread tmc
Hi, Looking for some help. I had Kelvin Luck's scroll-pane script working fine but when I added a 2nd script (a simple toggle show & hide) to my page the scroll-pane script stopped working, not sure whether it's my hashed together show / hide script or if the scroll-pane style sheet is not being p

[jQuery] jquery conflict with external form onsubmit handler

2009-03-25 Thread Jeremiah
The simple act of sourcing jquery seems to be preventing my double click prevention function from working in at least Firefox 3.0.7. Any ideas why jquery would prevent my click_check() from executing normally? jquery double click test var click_count = 0; var reset_timeout = 3; var reset_coun

[jQuery] Superfish jquery conflict???

2009-03-10 Thread Steve Yakoban
I'm not 100% certain where the conflict lies, but I think that's it. Can there be a jquery conflict? How can I go about resolving it? The demo page is located at: http://ehydrant.com/superfish/marry4.html

[jQuery] jQuery conflict with mootools

2009-02-12 Thread Miko
Hi. I'm currently developing a website and want to use jCarousel from sorgala.com (http://sorgalla.com/jcarousel/). It use jQuery ver. 1.2.3. But on same page, I use accordion menu that use mootools ver. 1.2. At first, there is a conflict and the accordion menu didn't work. After some searching a

[jQuery] Conflict with Mootools...

2009-01-19 Thread Erik R. Peterson
I have a lot of jquery scripts in my html and I just added a mootools script. Now none of my jquery scripts don't work. I need help. Can someone show me how to use the "noconflict" script. Many thanks. Erik

[jQuery] Re: Mootools and Jquery conflict

2008-10-13 Thread Nguyễn Quốc Vinh
@MorningZ I have just had the same problem and it was solved as u help! Thanks in advance! 2008/10/3 MorningZ <[EMAIL PROTECTED]> > > You've got "$j" being used in the last block, but no where do you > define what "$j" is > > so, right after your line > > > > tell the page what "$j" is supposed

[jQuery] Mootools and Jquery conflict

2008-10-04 Thread [EMAIL PROTECTED]
Hey guys, sorry to bother you with this one, I read the pages about the nonconflict script etc,...but I 've spent the whole day trying to figure out how to solve this. Basicly I have a script made on a mootools library. I now want to add jQuery's Fancybox to the page. When I do this my mootools a

[jQuery] Re: Mootools and Jquery conflict

2008-10-03 Thread MorningZ
You've got "$j" being used in the last block, but no where do you define what "$j" is so, right after your line tell the page what "$j" is supposed to mean: var $j = jQuery.noConflict(); All this is clearly laid out right on this Wiki page http://docs.jquery.com/Using_jQuery_with_Other_Lib

[jQuery] Re: mootools and jquery conflict....

2008-09-28 Thread Gurpreet
can also try this. (function($) { $( document ).ready( function () { $( '#call' ).scrollFollow( { container: 'wrap' } ); } ); })(jQuery); jQuery.noConflict(); On Sep 12, 3:35 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > >   $( document ).ready( function () { > >    $( '

[jQuery] Re: mootools and jquery conflict....

2008-09-28 Thread Gurpreet
can also try this. $( document ).ready( function () { $( '#call' ).scrollFollow( { container: 'wrap' } ); } ); })(jQuery); jQuery.noConflict();

[jQuery] Re: mootools and jquery conflict....

2008-09-11 Thread Mike Alsup
>   $( document ).ready( function () { >    $( '#call' ).scrollFollow( { >     container: 'wrap' >    } ); >   } ); change the scrollFollow call to: jQuery('#call').scrollFollow(

[jQuery] Mootools and Jquery conflict?

2008-09-11 Thread Netherscurial
Hello, I have a page here where the ScrollFollow plugin for Jquery is conflicting with the phatfusion plugin in mootools. The scrollfollow is on the bottom left ribbon button. The phatfusion is on the 4 vertical photos you see in the banner area. http://67.199.21.74/default.asp I have read th

[jQuery] mootools and jquery conflict....

2008-09-11 Thread KEVIN EVANS
Hello, I have a page here where the ScrollFollow plugin for Jquery is conflicting with the phatfusion plugin in mootools. The scrollfollow is on the bottom left ribbon button. The phatfusion is on the 4 vertical photos you see in the banner area. http://67.199.21.74/default.asp I have rea

[jQuery] conflict in list menu: overlapping lists

2008-06-20 Thread pepijn
i use this function to show/hide the second level. But when i use the slideDown method the sublevel menu sometimes is still visible during hovering another list item with classname niv1, so you get 2 levels overlapping and i don't want that of course. It is a crossbrowser problem. Is anyone famili

[jQuery] conflict

2008-04-17 Thread fib
Hi I am getting into jquery and quite excited issue I am using 2 plugins and can only get one to work at a time I am sure this is a simple issue and it is just a colon or some such but I am stuck I have tried putting the 2 pieces of script together and I have tried adding the 2 plugin scripts to

[jQuery] Conflict with the Accessible News Slider and the Dimensions plugin (as required by the ClueTip)?

2007-09-27 Thread HelloWorld
Hi. I'm experiencing a conflict w/ the Accessible News Slider and the Dimensions plugin (as required by the ClueTip plugin). No customizations made. a 'no object' error: [Exception... "'Dimensions: jQuery collection is empty' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0

[jQuery] conflict betwen thickbox / dimension / flash ?

2007-08-09 Thread Alexandre Plennevaux
hello! i'm tracking down a bug but i 'm puzzled on the error message: [Exception... "'Dimensions: jQuery collection is empty' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no] Line 0 you can see it yo

[jQuery] Re: DNN and jQuery Conflict

2007-07-23 Thread Armand Datema
No problem let me know if you have solved it. Armand On 7/21/07, James <[EMAIL PROTECTED]> wrote: Thank you, Armand, for your swift response. I will look into these recommendations and see what I can't make work. On Jul 21, 4:43 am, "Armand Datema" <[EMAIL PROTECTED]> wrote: > Mm i never had

[jQuery] Re: DNN and jQuery Conflict

2007-07-21 Thread Armand Datema
A good testing way is also to go the the dnn page and save the file as html ( html only ) then copy over that html file to your dnn root and add the jquery scripts and calls. If you can get the desired effects there then its a dnn issue and those can be truncated header tag strings cant find j

[jQuery] Re: DNN and jQuery Conflict

2007-07-21 Thread James
Thank you, Armand, for your swift response. I will look into these recommendations and see what I can't make work. On Jul 21, 4:43 am, "Armand Datema" <[EMAIL PROTECTED]> wrote: > Mm i never had issues with dnn and js > > I just add my script in the default.aspx page myself that works most of the

[jQuery] Re: DNN and jQuery Conflict

2007-07-21 Thread Armand Datema
Mm i never had issues with dnn and js I just add my script in the default.aspx page myself that works most of the time also the page header tags option is not very usuable, you cannot add to many scripts more than a few lines and it gets saved truncated so you have missng code and none closed t

[jQuery] Re: DNN and jQuery Conflict

2007-07-21 Thread James
Alex, In this case, the only plugin I'm attempting to include is the Jorn Zaefferer's Tooltip plugin; of course, in addition to the actual jQuery (1.1.3.1) script itself. On Jul 21, 5:03 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > Hi James, > > Did you check that it is not a namespac

[jQuery] Re: DNN and jQuery Conflict

2007-07-21 Thread Alexandre Plennevaux
2007 11:05 To: jQuery (English) Subject: [jQuery] Re: DNN and jQuery Conflict Hmm, I left off a small portion that might help figure this one out. When I place the remote script include text ("") in the "Page Header Tags", I can use basic jQuery across the modules. However, the

[jQuery] Re: DNN and jQuery Conflict

2007-07-21 Thread James
Hmm, I left off a small portion that might help figure this one out. When I place the remote script include text ("") in the "Page Header Tags", I can use basic jQuery across the modules. However, the problem comes when I try and add more than one jQuery script (plugins, etc.). Like I said, I hav

[jQuery] DNN and jQuery Conflict

2007-07-21 Thread James
I've recently been brought into a DNN project where I'm trying to enlighten my co-woker(s) with the goodness which is jQuery. I'm having a problem getting the two to play nicely, together, though. I've tested both DNN and the jQuery code separately, and they work like a champ. I can also get them

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread AJ
I found a way to work around it. Mike's comment about the IndexTools code maybe taking over some link handlers got me thinking. In the chance this helps someone else someday, here is what my links look like: File Number 5 etc, etc... Here is the jQuery I started with: $j("#filelist a").click

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread Geoffrey Knutzen
Of AJ Sent: Wednesday, June 20, 2007 7:22 AM To: jQuery (English) Subject: [jQuery] Need help with a jQuery Conflict Hey guys, I am using jQuery on a large site that is being tracked with a service called IndexTools (http://indextools.com). We have been having a lot of problems and tracked it down to

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread AJ
> just a quick thought, have tried to include the IndexTool via the > dynamically adding of a script-tag to your page? something like this: No dice. The conflict remains. Thanks for the suggestion, though.

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread John Farrar
Seriously, have you checked with this vendor for a solution? Mike Alsup wrote: I don't see any reason for there to be a conflict with jQuery directly but perhaps your code is somehow being subverted by the indextools script. Indextools defines a lot globals as well as an onload handler that a

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread Marc Jansen
Hi AJ, just a quick thought, have tried to include the IndexTool via the dynamically adding of a script-tag to your page? something like this: var s=document.createElement('script'); s.setAttribute('src', '[jQuery] Re: Need help with a jQuery Conflict
I don't see any reason for there to be a conflict with jQuery directly but perhaps your code is somehow being subverted by the indextools script. Indextools defines a lot globals as well as an onload handler that adds click handlers to every link in the document. Maybe that's the source of the

[jQuery] Re: Need help with a jQuery Conflict

For what it's worth, here is the script that needs loaded: http://stats.indexstats.com/ittc3/10001388955232/stats.indexstats.com/tracking.js

[jQuery] Need help with a jQuery Conflict

Hey guys, I am using jQuery on a large site that is being tracked with a service called IndexTools (http://indextools.com). We have been having a lot of problems and tracked it down to a conflict between jQuery and the tracking.js file that IndexTools requires you embed in your pages. The proble