views:

365

answers:

2

I get this specific error when working with jquery ui datepicker and have also had the same error when using toggle("slow")

ERROR

jQuery.speed is not a function

Anyone any ideas why this may occur

FF3 / Firebug

Thanks Shaun

+1  A: 

I'd check to make sure that the version of jQuery you are including is compatible with the version(s) of the datepicker/jQuery UI you are also using.

matt b
Same versions as on jqueryui website where it works fine?Strange
Shaun Hare
NOW that is !! jquery 1.3.2 ui 1.7.1
Shaun Hare
A: 

Version was OK appeared to be plugin conflict.

Shaun Hare