aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Drop support for IE7Scott González2014-10-211-4/+0
| | | | | Fixes #9838 Closes gh-1365
* Tabs: Avoid memory leak during refreshScott González2014-08-211-1/+11
| | | | | Fixes #10056 Ref gh-1319
* Tabs: Work around bad Safari/VoiceOver heuristicsMonika Piotrowicz2014-07-161-19/+23
| | | | | | | | Move disabled tab click handlers from the container to the tablist to prevent panel contents from being announced as clickable. Fixes #10098 Closes gh-1261
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-191-10/+8
| | | | | Fixes #9622 Closes gh-1251
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+868
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029