aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/accordion.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.13.0-alpha.11.13.0-alpha.1Michał Gołębiowski-Owczarek2021-08-061-2/+2
|
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-4/+7
| | | | | Fixes #15393 Closes gh-1958
* All: Remove usage of jQuery positional selectorsMichał Gołębiowski-Owczarek2020-01-221-2/+8
| | | | | | | | | | | | | | | | | jQuery positional selectors () have been deprecated in [jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/) and they'll be removed in jQuery 4.0.0. This PR removes their usage. Most of the changes were possible without changing public API. However, dropping `:even` usage required a change to the [`header` option](https://api.jqueryui.com/accordion/#option-header) of the accordion widget. I made it an optional function; this will need to be documented. The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was no usage of the :odd selector in the code but the `.odd()` method is also polyfilled for completeness. Closes gh-1904
* Accordion: Disable maxLineLength for description metaAlexander Schmitz2016-04-131-0/+2
| | | | Ref gh-1690
* Accordion: Fix line length issuesAlexander Schmitz2016-04-131-1/+2
| | | | Ref gh-1690
* Accordion: Correct height calculated when closedAlyosha Pushak2016-02-091-0/+7
| | | | | | Fixes #11938 Closes gh-1536 Closes gh-1616
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Accordion: Handle disabled option on create, through _setOptionDisabledJörn Zaefferer2015-09-251-7/+9
| | | | | Ref #9151 Ref gh-1599
* Widget: Style updatesAlexander Schmitz2015-09-111-0/+12
| | | | Ref #14246
* Accordion: Style updatesAlexander Schmitz2015-08-211-13/+13
| | | | | Ref #14246 Ref gh-1588
* Accordion: Move accordion into widgets folderAlexander Schmitz2015-08-081-0/+589
Ref #13885