Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added -webkit-overflow-scrolling: touch; to the selectmenu. This enables the ↵ | The Chad | 2012-02-28 | 1 | -1/+1 |
| | | | | menu to be scrolled on iOS. | ||||
* | fixed: code clean-up and small improvements | Felix Nagel | 2011-12-28 | 1 | -4/+0 |
| | |||||
* | fixed: nsufficient right padding for .ui-selectmenu-status, thx to ↵ | Felix Nagel | 2011-09-13 | 1 | -1/+1 |
| | | | | @jfirebaugh, see #161 | ||||
* | fixed: hopefully some issues with positioning and jumping, see: ↵ | Felix Nagel | 2011-08-02 | 1 | -1/+1 |
| | | | | https://github.com/fnagel/jquery-ui/issues/147 | ||||
* | fixed: optimize element creation | Felix Nagel | 2011-07-31 | 1 | -1/+2 |
| | | | | fixed: wrapper element is now fixed, fixes: https://github.com/fnagel/jquery-ui/issues/80 | ||||
* | fixed: issue with z-index, thx to juja, see: ↵ | Felix Nagel | 2011-05-29 | 1 | -1/+1 |
| | | | | https://github.com/fnagel/jquery-ui/issues/95 | ||||
* | fixed: IE7 css problem, see https://github.com/fnagel/jquery-ui/issues/121 | Felix Nagel | 2011-05-25 | 1 | -2/+4 |
| | |||||
* | fixed: changed CSS from visibility to display, see: ↵ | Felix Nagel | 2011-03-21 | 1 | -2/+2 |
| | | | | https://github.com/fnagel/jquery-ui/issues#issue/84 | ||||
* | improved: full disable / enable functionality for select, option, optgroup; ↵ | Felix Nagel | 2011-03-20 | 1 | -0/+1 |
| | | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18 | ||||
* | fixed: vertical alignment, thx to revsystems, see ↵ | Felix Nagel | 2011-02-17 | 1 | -1/+1 |
| | | | | https://github.com/fnagel/jquery-ui/issues#issue/20 | ||||
* | fixed: IE6 is not able to display the border with transparent color. Its ↵ | Felix Nagel | 2010-12-22 | 1 | -2/+5 |
| | | | | dotted actually. See: https://github.com/fnagel/jquery-ui/issues/issue/50/ | ||||
* | fixed: small follow-up for refresh functionality | Felix Nagel | 2010-12-20 | 1 | -2/+2 |
| | | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height | ||||
* | added: display-inline (selectmenus side-by-side) support for modern ↵ | Felix Nagel | 2010-12-20 | 1 | -4/+4 |
| | | | | | | | browsers, works for all but FF2, see https://github.com/fnagel/jquery-ui/issues#issue/20 changed: height of the widget to match jQuery UI button height fixed: small margin issue for background image example | ||||
* | fixed: issue with jQuery UI dialog (added z-index) | Felix Nagel | 2010-10-25 | 1 | -1/+1 |
| | |||||
* | init: fork of latest jQuery UI with selectmenu from ↵ | Felix Nagel | 2010-08-07 | 1 | -0/+24 |
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub |