[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