Shaun Hare
Shaun Hare

Reputation: 3871

JQuery - Error with UI and Animations

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

Upvotes: 0

Views: 633

Answers (2)

Shaun Hare
Shaun Hare

Reputation: 3871

Version was OK appeared to be plugin conflict.

Upvotes: 0

matt b
matt b

Reputation: 139921

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.

Upvotes: 1

Related Questions