index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.selectmenu.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Selectmenu: Updating to use instance method on bridge, see 4fce29e9356d7cbe2c...
Felix Nagel
2013-03-19
1
-1
/
+1
*
Selectmenu: add ui-state-disabled and aria-disabled manually as its removed f...
Felix Nagel
2013-03-19
1
-0
/
+4
*
Selectmenu: Remove aria-selected, since that only causes NVDA to announce 'no...
Jörn Zaefferer
2013-03-09
1
-2
/
+0
*
Selectmenu: remove button wrapper element
Felix Nagel
2013-03-07
1
-13
/
+7
*
Selectmenu: Switch to span to avoid cranky click/keydown event handling
Jörn Zaefferer
2013-03-07
1
-2
/
+3
*
Selectmenu: improve keyboard control
Felix Nagel
2013-03-07
1
-3
/
+2
*
Selectmenu: fix keyboard control issue
Felix Nagel
2013-03-07
1
-7
/
+8
*
Selectmenu: make sure menu is refreshed at least once before opening
Felix Nagel
2013-03-07
1
-0
/
+3
*
Selectmenu: switch from a to button element
Felix Nagel
2013-03-07
1
-11
/
+9
*
Selectmenu: Fix whitespace (trailing ws on 1 line) and lint issues (unused va...
Jörn Zaefferer
2013-03-01
1
-1
/
+1
*
Selectmenu: follow-up to: menuItems now contains link elements instead of lis...
Felix Nagel
2013-02-13
1
-1
/
+1
*
Selectmenu: menuItems now contains link elements instead of list elements
Felix Nagel
2013-02-13
1
-4
/
+4
*
Selectmenu: aria-activedescendant should be set when item is selected, not wh...
Felix Nagel
2013-02-13
1
-8
/
+10
*
Selectmenu: menu focus reset when menu is closed, prevents issues when using ...
Felix Nagel
2013-02-13
1
-2
/
+5
*
Selectmenu: rename _setSelected to _setAria
Felix Nagel
2013-02-09
1
-3
/
+3
*
Selectmenu: click on the text of the button did not open the menu in Webkit b...
Felix Nagel
2013-02-08
1
-2
/
+1
*
Selectmenu: Update copyright year to 2013
Felix Nagel
2013-01-10
1
-1
/
+1
*
Selectmenu: improve element creation
Felix Nagel
2013-01-02
1
-3
/
+3
*
Selectmenu: make sure position option could be overwritten
Felix Nagel
2013-01-02
1
-1
/
+1
*
Selectmenu: improve _setOption to make it possible to change icons option aft...
Felix Nagel
2012-12-20
1
-0
/
+6
*
Selectmenu: make dropdown style default and remove option dropdown
Felix Nagel
2012-12-20
1
-34
/
+9
*
Selectmenu: add option icons
Felix Nagel
2012-12-18
1
-1
/
+5
*
Selectmenu: remove zIndex
Felix Nagel
2012-12-16
1
-3
/
+1
*
Selectmenu: CGL and lint fixes
Felix Nagel
2012-12-15
1
-3
/
+4
*
Selectmenu: rework appendTo functionality
Felix Nagel
2012-12-15
1
-3
/
+23
*
Selectmenu: introduce _setText helper function to improve handling of empty s...
Felix Nagel
2012-12-14
1
-12
/
+17
*
Selectmenu: fix closing of empty selects
Felix Nagel
2012-12-13
1
-3
/
+8
*
Selectmenu: replace placeholder entity with  
Felix Nagel
2012-12-13
1
-1
/
+1
*
Selectmenu: revert change to text instead of html, otherwise the unicode spec...
Felix Nagel
2012-12-13
1
-1
/
+1
*
Selectmenu: removed ugly workaround for IE9 to make sure the menu is built on...
Felix Nagel
2012-12-12
1
-5
/
+0
*
Selectmenu: merge and explain if statements in Menu focus event, remove unnee...
Felix Nagel
2012-12-12
1
-8
/
+6
*
Selectmenu: fix comment typo
Felix Nagel
2012-12-12
1
-1
/
+1
*
Selectmenu: use method _documentClick for adding events to the document
Felix Nagel
2012-12-12
1
-8
/
+9
*
Selectmenu: improve option appendTo handling in appendTo method
Felix Nagel
2012-12-12
1
-1
/
+1
*
Selectmenu: Select value when closing with space
Jörn Zaefferer
2012-12-09
1
-1
/
+5
*
Selectmenu: Remove colons from labels, annoying for screenreader-users. Clean...
Jörn Zaefferer
2012-12-09
1
-1
/
+1
*
Selectmenu: simplify $.each usage in _readOptions method
Felix Nagel
2012-12-03
1
-1
/
+1
*
Selectmenu: use item.index instead of _getSelectedItem method
Felix Nagel
2012-12-03
1
-1
/
+1
*
Selectmenu: use text() instead of html() as the option and optgroup is read a...
Felix Nagel
2012-12-03
1
-2
/
+2
*
Selectmenu: guard clause should not return false
Felix Nagel
2012-12-03
1
-1
/
+1
*
Selectmenu: close guard close should test for closed menu
Felix Nagel
2012-12-03
1
-1
/
+1
*
Selectmenu: make isOpen check a guard clause in close method
Felix Nagel
2012-11-29
1
-6
/
+8
*
Selectmenu: added comment about popup positioning
Felix Nagel
2012-11-29
1
-0
/
+1
*
Selectmenu: improve disabled check in open method
Felix Nagel
2012-11-29
1
-31
/
+33
*
Selectmenu: improve comment in _drawMenu
Felix Nagel
2012-11-29
1
-1
/
+1
*
Selectmenu: replace placeholder entity with  
Felix Nagel
2012-11-29
1
-1
/
+1
*
Selectmenu: improve element creation
Felix Nagel
2012-11-29
1
-6
/
+6
*
Selectmenu: remove unnecessary comments from _drawButton
Felix Nagel
2012-11-29
1
-1
/
+0
*
Selectmenu: move button event binding in _drawButton
Felix Nagel
2012-11-29
1
-5
/
+5
*
Selectmenu: remove unnecessary comments from _create
Felix Nagel
2012-11-29
1
-3
/
+0
[next]