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: improve disabled item handling
Felix Nagel
2013-10-29
1
-12
/
+25
*
Selectmenu: remove widthMenu option and rename widthButton option to width
Felix Nagel
2013-10-24
1
-5
/
+4
*
Selectmenu: lint fix
Felix Nagel
2013-10-21
1
-1
/
+1
*
Selectmenu: add ui-state-active class to active list item
Felix Nagel
2013-10-21
1
-0
/
+1
*
Selectmenu: Remove links in menu items
Felix Nagel
2013-10-10
1
-9
/
+7
*
Selectmenu: add widthMenu and widthButton options
Felix Nagel
2013-09-29
1
-3
/
+19
*
Selectmenu: Click on button text does not open menu in Webkit browsers
Felix Nagel
2013-09-26
1
-5
/
+8
*
Selectmenu: remove unneeded variable usage
Felix Nagel
2013-09-25
1
-3
/
+1
*
Selectmenu: do not follow anchor link when item is clicked
Felix Nagel
2013-09-25
1
-0
/
+1
*
Selectmenu: Code review.
Scott González
2013-09-16
1
-56
/
+61
*
Selectmenu: lint fix
Felix Nagel
2013-08-31
1
-2
/
+2
*
Selectmenu: update button text when selected option is added
Felix Nagel
2013-08-31
1
-0
/
+2
*
Selectmenu: Override menu's _closeOnDocumentClick function to prevent collaps...
Kris Borchers
2013-08-11
1
-3
/
+10
*
Selectmenu: introduce _position method for easier extending
Felix Nagel
2013-07-11
1
-1
/
+5
*
Selectmenu: remove ui-front from button
Felix Nagel
2013-07-09
1
-1
/
+1
*
Selectmenu: add ui-front class to all appended elements
Felix Nagel
2013-07-09
1
-2
/
+2
*
Selectmenu: prevent widget from item looping
Felix Nagel
2013-07-01
1
-0
/
+4
*
Selectmenu: remove unused var
Felix Nagel
2013-05-30
1
-2
/
+1
*
Selectmenu: use that.focusIndex != null instead of !== undefined when checkin...
Felix Nagel
2013-05-30
1
-1
/
+1
*
Selectmenu: fire focus event when menu is opened
Felix Nagel
2013-05-30
1
-1
/
+1
*
Selectmenu: do not call focus menu method when close method us used
Felix Nagel
2013-05-30
1
-4
/
+4
*
Selectmenu: recheck refresh fallback for IE and add a comment
Felix Nagel
2013-05-16
1
-0
/
+1
*
Selectmenu: use dynamic binding for document event
Felix Nagel
2013-05-15
1
-2
/
+4
*
Selectmenu: using prop instead of attr to receive disabled state
Felix Nagel
2013-04-29
1
-2
/
+2
*
Selectmenu: do not call _getCreateOptions directly
Felix Nagel
2013-04-29
1
-1
/
+1
*
Selectmenu: use outerWidth for menu width calculation
Felix Nagel
2013-04-29
1
-1
/
+1
*
Selectmenu: add renderItemData method similar to autocomplete
Felix Nagel
2013-04-29
1
-4
/
+8
*
Selectmenu: add spaces
Felix Nagel
2013-04-29
1
-1
/
+1
*
Selectmenu: use guard clause for option length checking in refresh
Felix Nagel
2013-04-29
1
-12
/
+15
*
Selectmenu: adjust comments, trim trailing spaces
Felix Nagel
2013-04-29
1
-9
/
+7
*
Selectmenu: rename var to focusIndex
Felix Nagel
2013-04-29
1
-2
/
+2
*
Selectmenu: blank before comment
Felix Nagel
2013-04-29
1
-0
/
+1
*
Selectmenu: improve readability when creating button elements
Felix Nagel
2013-04-29
1
-2
/
+2
*
Selectmenu: set aria states as string if needed
Felix Nagel
2013-04-29
1
-3
/
+3
*
Selectmenu: simplify tabindex attribute setting on button create
Felix Nagel
2013-04-29
1
-1
/
+1
*
Selectmenu: Comments start with an uppercase letter
Felix Nagel
2013-04-29
1
-19
/
+19
*
Selectmenu: don't quote click, remove extraneous space
Felix Nagel
2013-04-29
1
-1
/
+1
*
Selectmenu: improve id generation
Felix Nagel
2013-04-29
1
-3
/
+7
*
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
[next]