[jQuery] Re: Event Firing Twice

2008-11-06 Thread n8cshaw
I was wrong about it being fixed if local scripts are not included. It was throwing an error because a script did not exist, which was stopping the event stack, thus preventing the event from firing twice. I am still stumped... my stripped down version, which only contains 3 divs and very little

[jQuery] Re: Event Firing Twice

2008-11-06 Thread n8cshaw
ok, I stripped a bunch of stuff out and posted a simplified file. This should make it easier to see what is going on. The event is still firing twice. http://www.iaffectproperties.com/code/SearchForm_simple.htm On Nov 6, 11:21 am, MorningZ <[EMAIL PROTECTED]> wrote: > I took a look at the sour

[jQuery] Re: Event Firing Twice

2008-11-06 Thread MorningZ
I took a look at the source code in the first link but there's too much to look at, can you be more specific about what 's, what selectors, and what chunk of javascript code is not doing what you expect it to? that would help others help you On Nov 6, 10:22 am, n8cshaw <[EMAIL PROTECTED]

[jQuery] Re: Event Firing Twice

2008-11-06 Thread n8cshaw
weird, works for me... I posted it at http://www.iaffectproperties.com/code/SearchForm.htm also. All of the images, css and local JS are pointing to localhost and don't work obviously (JQuery and JQuery UI are being loaded from Google)... as a side-effect of that, the event appears to no longer

[jQuery] Re: Event Firing Twice

2008-11-06 Thread Liam Potter
The link you provided doesn't seem to work. n8cshaw wrote: One more interesting note... if the parent div is visible (display: block) when the page loads, I do not see this behavior. It is only when the parent div is not visible (display: none) on page load that it happens. On Nov 6, 9:07 am,

[jQuery] Re: Event Firing Twice

2008-11-06 Thread n8cshaw
One more interesting note... if the parent div is visible (display: block) when the page loads, I do not see this behavior. It is only when the parent div is not visible (display: none) on page load that it happens. On Nov 6, 9:07 am, n8cshaw <[EMAIL PROTECTED]> wrote: > I am attaching an event