[jQuery] Submenu not leaving

2007-06-14 Thread sublimenal

Hello,

Im using the superfish module and trying to make submenus (not quite
dropdown menus) but when you put your mouse on another item it doesnt
remove the submenu from the item you were just viewing. Anyone know
what could be causing this? Thanks


http://pioneer.dlg360.com/Home-1.htm



[jQuery] update input text when tick radio

2007-06-10 Thread sublimenal

Hello,

is it possible to update a  when you tick a  ?

Basicly I will have a bunch of radios and when you tick it, it shoud
update the input with the value of that radio that the user ticked.
Thanks in advance.



[jQuery] Insert option into form select list

2007-06-05 Thread sublimenal

Is it possible to inject an option into a html form select list with
ajax? I need to set up a search system and when the user clicks a name
it puts that name in the select list as an option. Thanks

_Tony



[jQuery] Jquery wizard plugin?

2007-06-04 Thread sublimenal

Hey just wondering if theres a plugin similar to dojo's wizard plugin?



[jQuery] Re: Jtip problem

2007-06-02 Thread sublimenal

actually forgot to post the link

http://ww2.wcmp.org/remembrances.htm

Thats where im having the problem

On Jun 2, 2:53 pm, sublimenal <[EMAIL PROTECTED]> wrote:
> Hello im using jtip with this modifcation to change the href to 
> namehttp://15daysofjquery.com/examples/jqueryTooltips/demo.php
>
> But I am having a problem, i keep getting the error:
>
> o has no properties
> getAbsoluteLeft("")jquery-latest.js (line 67)
> JT_show("http://ww2.wcmp.org/Remembering-DONALD-G.-BERRY
> %20SR.-18410_main.html", "", "tooltip.php?id=18410")jquery-latest.js
> (line 26)
> JT_init()jquery-latest.js (line 18)
> handleHover(mouseover clientX=0, clientY=0)jquery-latest.js (line 1)
> e(mouseover clientX=0, clientY=0)jquery-latest.js (line 1)
> [Break on this error] oLeft = o.offsetLeft // Get left position from
> the parent object
>
> Its saying something about o having no properties. Anyone have an idea
> what that should be?
>
> when you hover 
> overhttp://ww2.wcmp.org/Remembering-DONALD-G.-BERRY%20SR.-18410_main.html
>
> IT should display
> tooltip.php?id=18410
>
> Thanks



[jQuery] Jtip problem

2007-06-02 Thread sublimenal

Hello im using jtip with this modifcation to change the href to name
http://15daysofjquery.com/examples/jqueryTooltips/demo.php

But I am having a problem, i keep getting the error:

o has no properties
getAbsoluteLeft("")jquery-latest.js (line 67)
JT_show("http://ww2.wcmp.org/Remembering-DONALD-G.-BERRY
%20SR.-18410_main.html", "", "tooltip.php?id=18410")jquery-latest.js
(line 26)
JT_init()jquery-latest.js (line 18)
handleHover(mouseover clientX=0, clientY=0)jquery-latest.js (line 1)
e(mouseover clientX=0, clientY=0)jquery-latest.js (line 1)
[Break on this error] oLeft = o.offsetLeft // Get left position from
the parent object

Its saying something about o having no properties. Anyone have an idea
what that should be?

when you hover over
http://ww2.wcmp.org/Remembering-DONALD-G.-BERRY%20SR.-18410_main.html

IT should display
tooltip.php?id=18410

Thanks



[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal

got it thanks for the help!

On May 11, 8:39 am, sublimenal <[EMAIL PROTECTED]> wrote:
> Yep just tried that, now i get the error:
>
> 
>
> On May 11, 8:28 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
>
>
>
> > Have you tried removing "defer" from the jQuery script element?
>
> > 
>
> > On 5/11/07, sublimenal <[EMAIL PROTECTED]> wrote:
>
> > > I got this weird bug happening, it only happens when i add jquery on
> > > to my website and only in IE. The page seems to crash then when you
> > > try to reload and view the source all you see is this:
>
> > > 
>
> > > I tracked that bit down to a section in jquery and tried commenting it
> > > out but then jquery wont work at all, has anyone had this issue or
> > > know how to fix it? You can see the url im working on at
>
> > >http://ww2.wcmp.org/
>
> > > I tried both the compressed and non compressed versions, right now i
> > > have the latest compressed installed there.
>
> > > Im using
>
> > > Jquery
> > > CMS system i developed (with no javascript)
> > > Latest Smarty Template build- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -



[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal

Yep just tried that, now i get the error:





On May 11, 8:28 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Have you tried removing "defer" from the jQuery script element?
>
> 
>
> On 5/11/07, sublimenal <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > I got this weird bug happening, it only happens when i add jquery on
> > to my website and only in IE. The page seems to crash then when you
> > try to reload and view the source all you see is this:
>
> > 
>
> > I tracked that bit down to a section in jquery and tried commenting it
> > out but then jquery wont work at all, has anyone had this issue or
> > know how to fix it? You can see the url im working on at
>
> >http://ww2.wcmp.org/
>
> > I tried both the compressed and non compressed versions, right now i
> > have the latest compressed installed there.
>
> > Im using
>
> > Jquery
> > CMS system i developed (with no javascript)
> > Latest Smarty Template build- Hide quoted text -
>
> - Show quoted text -



[jQuery] Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal

I got this weird bug happening, it only happens when i add jquery on
to my website and only in IE. The page seems to crash then when you
try to reload and view the source all you see is this:



I tracked that bit down to a section in jquery and tried commenting it
out but then jquery wont work at all, has anyone had this issue or
know how to fix it? You can see the url im working on at

http://ww2.wcmp.org/

I tried both the compressed and non compressed versions, right now i
have the latest compressed installed there.

Im using

Jquery
CMS system i developed (with no javascript)
Latest Smarty Template build


Thanks
Anthony LeBoeuf



[jQuery] Problem with jquery form plugin and file upload

2007-04-17 Thread sublimenal

Hello,

I am having a problem with jquery form plugin when it comes to file
upload.
The file upload script works perfectly without the javascript and the
form
plugin works perfectly as long as im not uploading files. It just does
not
recognize the file being uploaded. Is there something special I have
to do
to get form plugin to recognize that it needs to upload a file?

heres my code (except for the jquery and form plugin inclusion)

http://pastebin.mozilla.org/10026 http://pastebin.mozilla.org/10026