Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checkboxradio: Use new `ui-state-checked` class in checkboxradio | Alexander Schmitz | 2016-06-06 | 1 | -4/+4 |
| | | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704 | ||||
* | Checkboxradio: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -91/+98 |
| | |||||
* | Checkboxradio: Properly find radio groups from the associated form | Scott González | 2015-10-29 | 2 | -0/+26 |
| | | | | | Fixes #9973 Closes gh-1631 | ||||
* | Checkboxradio: Fix error tests with jQuery 1.7.0 | Scott González | 2015-10-28 | 1 | -10/+16 |
| | |||||
* | Checkboxradio: Add compound test suite for all jQuery versions | Scott González | 2015-10-28 | 1 | -0/+26 |
| | |||||
* | Checkboxradio: Test cleanup | Scott González | 2015-10-27 | 5 | -29/+42 |
| | |||||
* | Checkboxradio: Add ui-state-highlight class to icon on create | Jörn Zaefferer | 2015-10-08 | 1 | -6/+16 |
| | | | | | This was already toggled in _toggleClasses, but that isn't called on create. | ||||
* | Checkboxradio: Fix label option tests by trimming DOM text | Jörn Zaefferer | 2015-10-08 | 1 | -10/+10 |
| | | | | | IE8 is inconsistent in outputting space through .html() and .text() methods, but since it renders it correctly, we can just ignore it. | ||||
* | Checkboxradio: Fix invalid markup in core tests | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Checkboxradio: Style updates | Alexander Schmitz | 2015-10-08 | 5 | -44/+44 |
| | |||||
* | Spinner: Updates for new button widget and classes option | Alexander Schmitz | 2015-10-08 | 5 | -75/+5 |
| | |||||
* | Checkboxradio: Initial commit of new widget | Alexander Schmitz | 2015-10-07 | 6 | -0/+592 |