[jQuery] Re: Help with autocomplete

2007-08-15 Thread SteelSoftware
Bump, Does anyone have any suggestions? On Aug 13, 10:17 pm, SteelSoftware [EMAIL PROTECTED] wrote: Hi all, I'm having some trouble with theautocompleteplugin from bassistance.de I'm doing a multiple-select box, original code copied from the example, but there are a couple of things that I

[jQuery] Re: return false failing with substring

2007-07-14 Thread SteelSoftware
Mike, What I was trying to do was edit the last characer based upon a few conditions so that a show/hide function would work with and without javascript. As well as the errors you spotted, when i was setting the href I was setting it to #calendar .nav, and not to #calendar #navleft. The

[jQuery] Re: Toggle div and change class

2007-07-07 Thread SteelSoftware
('headerHidden'); $this.addClass('headerShown'); } return false; }); }); -Mike From: SteelSoftware I'm trying to show/hide sections of my site using jQuery, but also changing the class of the element I'm targeting when

[jQuery] Toggle div and change class

2007-07-06 Thread SteelSoftware
Hi everyone, Firstly, I'm very new to jQuery, so this may seem like a stupid question. I'm trying to show/hide sections of my site using jQuery, but also changing the class of the element I'm targeting when the slide is toggled. This is the HTML div class=sidebarContent h3