aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Standard spacing inside selector stringsScott González2015-03-261-1/+1
| | | | Closes gh-1521
* All: Consolidate `.removeAttr()` callsScott González2015-03-181-11/+3
| | | | Closes gh-1505
* Tabs: Fix style issuesJörn Zaefferer2015-03-181-100/+100
| | | | Closes gh-1494
* Core: Add methods to work around IE active element bugsScott González2015-03-121-1/+1
| | | | Closes gh-1478
* Tabs: Add classes optionAlexander Schmitz2015-03-111-36/+37
| | | | | Ref #7053 Ref gh-1411
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Tabs: Use standard promise methods for jqXHRScott González2015-02-241-12/+17
| | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2014-11-041-2/+3
| | | | | Fixes #9621 Closes gh-1383
* 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