aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Move tabs into widgets directoryAlexander Schmitz2015-08-081-902/+0
| | | | Ref #13885
* Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-081-1/+1
| | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647
* Core: Move safeActiveElement into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Core: Move escape selector into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Tabs: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-5/+5
|
* Tabs: Use $.ui.escapeSelector to avoid invalid selectorsAlexander Schmitz2015-05-051-1/+1
|
* Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixesJörn Zaefferer2015-04-181-2/+17
| | | | | | | Fixes #12061 Closes gh-1538 Ref #7053 Ref jquery/api.jqueryui.com#256
* 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