summaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
...
| * updated: some commentsFelix Nagel2011-02-161-2/+2
| |
| * fixed: issue with window resize event, thx to saus, see ↵Felix Nagel2011-02-121-3/+1
| | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/52 fixed: deleted console.log()
| * added: sequencial typeahead, thx to arzynik, see ↵Felix Nagel2011-02-011-28/+64
| | | | | | | | https://github.com/arzynik/jquery-ui/commit/5df784f72b55b62e4b29c8a78237cb996390670c
| * fixed: minor code bugfixes, thx to chrispatterson, see ↵Felix Nagel2011-01-311-7/+6
| | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/53
| * follow-up: removed comments, please report bugs GitHUb issuesFelix Nagel2011-01-311-2/+0
| |
| * White space fixes to improve readability and JQueryUI coding standardsGiovanni Giacobbi2011-01-081-182/+247
| | | | | | | | | | | | - Expanded inline if(cond){stmts;} to multiple lines - Added various white space and newlines - Fixed indentantion
| * fixed: destroy method, thx to crob611, see ↵Felix Nagel2010-12-241-3/+3
| | | | | | | | https://github.com/fnagel/jquery-ui/commit/e552eade16bc3fc9dbb02f2861300cbdb4493fcc
| * added: link to wiki in js fileFelix Nagel2010-12-231-0/+1
| |
| * fixed: destroy method: wrapperElement optionFelix Nagel2010-12-231-12/+17
| |
| * changed: namespaced all eventsFelix Nagel2010-12-231-21/+24
| | | | | | | | fixed: fixed destroy method, added unbind resize, thx to crob611, see https://github.com/fnagel/jquery-ui/issues#issue/44
* | Merge remote branch 'upstream/selectmenu' into selectmenugcko2010-12-221-127/+149
|\| | | | | | | | | Conflicts: themes/base/jquery.ui.selectmenu.css
| * problems with GitFelix Nagel2010-12-201-1/+1
| |\
| * | fixed: small follow-up for refresh functionalityFelix Nagel2010-12-201-4/+4
| | | | | | | | | | | | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height
| * | fixed: issue when resizing window, thx to crob611, see ↵Felix Nagel2010-12-151-3/+3
| | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/44
| * | added: possibility to refresh from original select element, please see ↵Felix Nagel2010-12-151-127/+155
| | | | | | | | | | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/17 for usage, please test and report feedback as this feature needed major refactoring fixed: problem when manually selecting an option from original select element fixed: demo wrapper class
* | | dding in the ability to disable an option by passing in the particular index ↵gcko2010-12-201-4/+42
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | of the option you want to disabl e. This change is backwards compatible, so if you don't want to use this feature it will not affect any of your existing code or coding practices. Enhancements include: * Ability to disable an option * Key events correctly skip disabled option * Styling for disabled options * Change and select events ignore disabled option * index function correctly ignores disabled option * disable and enable function call _setOption, keeping code modular
* | added: option to wrap all added elements which allows us to use different ↵Felix Nagel2010-12-011-7/+13
|/ | | | | | jQuery UI themes, see https://github.com/fnagel/jquery-ui/issues/closed#issue/31 added: nicer themeswitcher test implementation
* fixed: tab issue in Opera, thx to phazei, see ↵Felix Nagel2010-12-011-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues/#issue/43
* added: improved index and value methods, if you used value method in your ↵Felix Nagel2010-11-291-7/+19
| | | | | | scripts please see https://github.com/fnagel/jquery-ui/issues/#issue/33 fixed: forgotten console debug
* fixed: focus problem when toggle menu, thx to phazei for reporting this ↵Felix Nagel2010-11-291-2/+4
| | | | issue, see https://github.com/fnagel/jquery-ui/issues#issue/22
* fixed: selectmenu widget now works correct with jQuery UI dialog widegt, thx ↵Felix Nagel2010-11-291-8/+12
| | | | to dannycohn, see https://github.com/fnagel/jquery-ui/issues#issue/23
* removed: unnecessary refreshPosition in value methodFelix Nagel2010-11-241-1/+0
|
* fixed: problem when selectmenu is positioned at the very top / bottom of a siteFelix Nagel2010-11-241-0/+5
|
* updated: files to jQuery 1.4.4Felix Nagel2010-11-141-1/+1
| | | | fixed: small bug hwn using jQuery 1.4.4, THX to michaelcaplan, see https://github.com/fnagel/jquery-ui/issues/#issue/29
* fixed: missing semicolonFelix Nagel2010-11-131-1/+1
|
* fixed: default max height only when address format is not definedFelix Nagel2010-11-131-2/+4
|
* fixed: positioning issueFelix Nagel2010-11-131-4/+11
| | | | added: default max height based upon the viewport height
* updated: positioning functionality is now based upon position plugin, this ↵Felix Nagel2010-11-131-43/+17
| | | | | | | shopuld fix a few issues, see http://jqueryui.com/demos/position/ updated: demos added: positioning demo
* fixed: blocked ALT or F5 when focus the "fake" select, THX phazei for ↵Felix Nagel2010-11-101-1/+1
| | | | reporting, see https://github.com/fnagel/jquery-ui/issues#issue/6
* fixed: keyboard control, THX to bluefox, see ↵Felix Nagel2010-11-091-5/+2
| | | | https://github.com/fnagel/jquery-ui/issues#issue/6
* Added: better (background) image support, see ↵Felix Nagel2010-10-261-5/+9
| | | | http://github.com/fnagel/jquery-ui/issues#issue/8
* fixed: removed default case for keyboard control as its steals keyboard ↵Felix Nagel2010-10-081-6/+2
| | | | control form user, thx to phazei
* fixed: widget placed a the very top of a page, thx to phazeiFelix Nagel2010-10-081-0/+3
|
* fixed: no hover when widget is disabled, thx to mad-doctor, see ↵Felix Nagel2010-10-051-2/+2
| | | | http://github.com/fnagel/jquery-ui/issues#issue/16
* fixed: problem with ID attr to ensure usage of a unique ID., thx to ↵Felix Nagel2010-09-061-2/+5
| | | | fhemberger, see http://github.com/fhemberger/jquery-ui/commit/d93d0a2e535144cbfa6d0098da2f28c51528dbd4
* fixed: destroy method, thx to Jörn zaefferer, see ↵Felix Nagel2010-08-291-0/+4
| | | | | | http://github.com/fnagel/jquery-ui/issues#issue/7 added: comment for previous commit
* removed: follow up to: ↵Felix Nagel2010-08-281-3/+0
| | | | http://github.com/fnagel/jquery-ui/commit/cde0d9042c95508d04cfa6d96d8e426657e23523 unnecessary _refreshPosition with timeout
* removed: support of up and down arrow keys as these throw errors in all browsersFelix Nagel2010-08-281-2/+4
|
* added: check if there's enough room to expand to the bottom, otherwise ↵Felix Nagel2010-08-281-14/+36
| | | | | | expand to top fixed: improved performance of _refreshPosition
* fixed: follow up for jQuery UI 1.8.x conformance, thx to Andreas, see ↵Felix Nagel2010-08-271-1/+1
| | | | http://github.com/fnagel/jquery-ui/issues#issue/5
* fixed: remove click eventFelix Nagel2010-08-261-1/+2
|
* fixed: removed and added semicolonFelix Nagel2010-08-231-7/+6
|
* fixed: loop issue when using noConflict modeFelix Nagel2010-08-071-1/+1
|
* changed: delete defaults (will not work < jQuery UI 1.8x.x)Felix Nagel2010-08-071-17/+0
|
* fixed: positioning problems when placing selectbox at the very bottomFelix Nagel2010-08-071-0/+8
| | | | fixed: positioning problems when resizing window
* fixed: whitespace in the optgroupname must be replaced, otherwise the li of ↵Felix Nagel2010-08-071-1/+2
| | | | existing optgroups are never found (thx to Adrian Grigore)
* fixed: newelement can be null under unclear circumstances in IE8 (thx to ↵Felix Nagel2010-08-071-1/+2
| | | | Adrian Grigore)
* make selectmenu usable with jQuery UI 1.8.xFelix Nagel2010-08-071-2/+19
| | | | | | fixed: move defaults to options changed: _init to _create changed: _uiHash to work again
* init: fork of latest jQuery UI with selectmenu from ↵Felix Nagel2010-08-071-0/+524
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub