[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-22 Thread yellow1912
Just an update: Today I updated to 1.3.1, update validation,form, and livequery plugins to the newest as well. Now the validation works find, which is totally great. However, I still have problem with this error: jQuery.queue is not a function There are many ways to re-produce this error, for ex

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread yellow1912
It seems like error with validation plugin is one of the causes of this, I must have done something wrong, since the demo is working well with 1.3 I have now replaced the min version by the normal version to better see the error, it seems to be on this line: validator.settings["on" + event.type]

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread yellow1912
Yup, exactly. If you login first, and then go back to the page, you will also see the forms are not bound correctly. (this code works on 1.2.6) to save your time, please use this account I created: user: 12345 at test.com (please replace at by @) pass: 12345 Thank you very much for checking into

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread Ricardo Tomasi
Checkout page gives me a "validator is undefined" error... I could register a new user, but couldn't go past the "shipping method" page (which also gave me the same error). On Jan 19, 7:59 pm, yellow1912 wrote: > Here is the test site:http://raine.ridevelopement.com/test > > Please add 1 item to

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread yellow1912
Here is the test site: http://raine.ridevelopement.com/test Please add 1 item to cart, checkout, you will get to the checkout page. I have just found out that I have the validator failed as well, must be me doing some bad code Raine On Jan 19, 2:50 pm, Ariel Flesler wrote: > You really need to

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread Ariel Flesler
You really need to provide a demo online else we can't figure out the problem. -- Ariel Flesler http://flesler.blogspot.com On Jan 19, 4:23 pm, yellow1912 wrote: > Oops, Im sorry but > $(selector + ' .step[title='+currentIndex+'] div.stepContent').fadeOut > ("slow"); > -->jQuery.queue is not a

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread Ricardo Tomasi
Are you sure? I created a page with your HTML, your selectors and all the mentioned plugins and didn't get any errors: http://ff6600.org/j/q/ On Jan 19, 4:23 pm, yellow1912 wrote: > Oops, Im sorry but > $(selector + ' .step[title='+currentIndex+'] div.stepContent').fadeOut > ("slow"); > -->jQue

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread yellow1912
Oops, Im sorry but $(selector + ' .step[title='+currentIndex+'] div.stepContent').fadeOut ("slow"); -->jQuery.queue is not a function On Jan 19, 12:22 pm, yellow1912 wrote: > I think I found out something closer to the root cause: > > $(selector + ' .step[title='+currentIndex+'] .stepContent').f

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread yellow1912
I think I found out something closer to the root cause: $(selector + ' .step[title='+currentIndex+'] .stepContent').fadeOut ("slow"); -->jQuery.queue is not a function $(selector + ' .step[title='+currentIndex+'].stepContent').fadeOut ("slow"); --> no error, but obviously not producing the effec

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread yellow1912
Hi John, Unfortunately I have it on my localhost now, will try to upload asap. However, I found out a bunch of errors, probably because of my bad jquery *_* First: in the plugin I have these line of codes, working fine in 1.2.6 but in 1.3 they prevent some even binding (see point Second)

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread John Resig
Also, could you post that URL to the jquery-dev list when you have it? Thanks. http://groups.google.com/group/jquery-dev --John On Mon, Jan 19, 2009 at 11:52 AM, John Resig wrote: > Do you have a URL for your site anywhere? > > --John > > > > On Mon, Jan 19, 2009 at 11:45 AM, yellow1912 wrot

[jQuery] Re: jquery 1.3 n.queue is not a function?

2009-01-19 Thread John Resig
Do you have a URL for your site anywhere? --John On Mon, Jan 19, 2009 at 11:45 AM, yellow1912 wrote: > > When I try to use jquery 1.3 on my test site, I get this error: > jQuery.queue is not a function > [Break on this error] var queue = jQuery.queue( this, type, data ); > (firebug) > > The s