[jQuery] Re: jQuery 1.2.1 errors with Interface

2007-12-13 Thread SteelSoftware
I'm also getting the same error when I've upgraded to 1.2.1. The code I'm running is this: $(document).ready(function(){ $("#reportSelect").change(function(){ $("#report").SlideOutLeft("slow",function(){ $.get("./report.inc.php", {

[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 >

[jQuery] Help with autocomplete

2007-08-14 Thread SteelSoftware
Hi all, I'm having some trouble with the autocomplete plugin 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 need changing: 1. I don't want the result function to trigger when a new item is selected as it does in

[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 addition

[jQuery] return false failing with substring

2007-07-13 Thread SteelSoftware
Hi guys, I'm having trouble with a bit of jQuery. It seems that if I include the following lines into my code, the page follows the link that i'm clicking instead of staying on the same page: var $ref = $("#calendar .#navleft").attr("href").text(); $("#calendar .nav").attr("href", $ref.substring

[jQuery] Re: Toggle div and change class

2007-07-07 Thread SteelSoftware
oveClass('headerShown'); > $this.addClass('headerHidden'); > } > else { > $this.next().slideDown("slow"); > $this.removeClass('headerHidden'

[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 Top Scorer