Thursday, February 9, 2012

jQuery UI 1.9 Milestone 6 – Spinner 2

jQuery UI 1.9 Milestone 6 – Spinner 2:

The sixth milestone release for jQuery UI 1.9 is out, featuring many updates for the Spinner widget. This release also includes updates and bug fixes to existing and new widgets that will not make it into a 1.8.x release.

What’s a Milestone Release?

A milestone release makes it easier to try out the latest development code of jQuery UI without necessarily having to check out code from GitHub.

With a milestone release you can try out new widgets that are pretty far along (though not yet final) and provide feedback based on released code with a specific version number.

Note: the API is subject to change as the code is still under active development.

Spinner

The Spinner API has been updated with a few new features and bug fixes. Check out the planning wiki for documentation.

Menu

Menu now handles submenus much better.


Position


Position now has a within option, allowing you to use something other then window for collision detection, e.g., a scrolling div. The collision detection itself got a lot smarter, and has a new mode: flipfit.


Download


You can download the jQuery UI 1.9 Milestone 6 – Spinner 2 release as a zip file or via git:


File Downloads


Git
How to Provide Feedback

wiki page


To help with the testing of the Spinner widget, visit the Spinner page on our Development & Planning wiki.


forum


If the comments section on the wiki page doesn’t provide enough room for your feedback, post to the Developing jQuery UI Forum and tag the post:



How to Contribute Code


If you have code changes for the Spinner widget, fork jQuery UI on GitHub and submit a pull request.


If you’re new to git or GitHub, see our guide: How to submit a fix to jQuery UI – The Easy Way.

No comments:

Post a Comment

Could not find a part of the path ... bin\roslyn\csc.exe

I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added a...