r3528 committed - Button: Added note for which elements buttonSet should work on.

r3528 committed - Button: Added note for which elements buttonSet should work on.

Revision: 3528
Author: scott.gonzalez
Date: Wed Dec 23 10:09:04 2009
Log: Button: Added note for which elements buttonSet should work on.
http://code.google.com/p/jquery-ui/source/detail?r=3528
Modified:
/branches/dev/ui/jquery.ui.button.js
=======================================
--- /branches/dev/ui/jquery.ui.button.js    Wed Dec 23 09:55:17 2009
+++ /branches/dev/ui/jquery.ui.button.js    Wed Dec 23 10:09:04 2009
@@ -21,6 +21,7 @@
- radio - full support via label
- checkbox - full support via label
- buttonSet plugin
+:button,:submit,:reset,:checkbox,:radio
- groups buttons together
- auto-instantiate children as buttons
*/
--