Re: Re[jQuery] placing simplest javascript by Jqyuery does not work (in my case)

2009-11-14 Thread Ad
is possibly throwing an error somewhere on your page, I would check first in the mouse_up function, but also check anything that runs before $('body').bind(mouseup,mouse_up) -- JMcG Ad-25 wrote: $('body').bind(mouseup,mouse_up) in the document ready function. This works fine in Firefox

[jQuery] Replacing simplest javascript by Jqyuery does not work (in my case)

2009-11-13 Thread Ad
give me a pointer where to look for a solution? Thanks in advance, Ad

[jQuery] Problem with animation queue

2009-05-14 Thread ad
Hi there, I want to fire up a bunch of animations on a single click in a strict order. Unfortunately it doesn't work every time. Here is my code: $(#title02).click( function () { // the first 3 events should occur together, NOT one after another

[jQuery] Problem with animation queue

2009-05-14 Thread ad
Hi there, I want to fire up a bunch of animations on a single click in a strict order. Unfortunately it doesn't work every time. Here is my code: $(#title02).click( function () { // the first 3 events should occur together, NOT one after another