Small omission in Getting Started page
Hello, jQuery-UI people!
I did a forum search regarding this (small) problem, but didn't find anything.
I just began exploring jQuery-UI and started out on the Getting Started page (http://jqueryui.com/docs/Getting_Started). I followed the instructions there, downloaded a custom library set, and set up a page using the info in 'Basic overview: using jQuery UI on a web page'. When I tried to add a datepicker to the page, I kept getting a 'datepicker()' is not a function.
I double checked my code (there wasn't much of it yet) and the locations of files. I finally found that, although I had correctly altered the css theme name in the css link tab when I had copied the markup from the link and script including tags, the script tags I had copied from the 'Getting Started' page were missing the minor version number that were necessary to include the libraries.
Short form:
The script tags in the 'Getting Started' page in the 'Basic overview: using jQuery UI on a web page' near the text 'you'll need to include these 3 files on any page to use jQuery UI widgets and interactions:' isn't including the minor version numbers and might be problematic to new users copying that markup.
I imagine that portion of the page is generated or it might possibly be a problem on my end (I dunno how, but maybe?). If the new user is meant to include the minor version number (ala [themename] in the css link), you might want to let them know.
Thanks