0

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

3
  • Using jquery from google api Document ready is $('document').ready(function(){ $('body').stateSwitcher(); $("#slidingPanel").slideOut(); $("#startdate").datepicker(); $("#enddate").datepicker(); }); Commented Apr 23, 2009 at 13:31
  • Script tags are <script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jquery/1.3/…> <script src="ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.js" type="text/javascript"></script> Commented Apr 23, 2009 at 13:32
  • Maybe try clearing your browser's cache or trying another browser and see if you get the same problems. Commented Apr 23, 2009 at 13:48

2 Answers 2

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Same versions as on jqueryui website where it works fine? Strange
NOW that is !! jquery 1.3.2 ui 1.7.1
0

Version was OK appeared to be plugin conflict.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.