Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 134 | -142/+142 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Tooltip: Don't use `rgba()` for solid colors in video player demo | Scott González | 2014-05-06 | 1 | -2/+2 |
| | | | | Fixes a display issue in IE8. | ||||
* | Selectmenu: Add new production selection demo | Felix Nagel | 2014-05-05 | 2 | -0/+94 |
| | | | | Closes gh-1230 | ||||
* | Tooltip demo: Reword dialog description for clarity | TJ VanToll | 2014-05-05 | 1 | -1/+1 |
| | | | | Closes gh-1233 | ||||
* | Dialog demo: Update modal form demo | Jörn Zaefferer | 2014-04-24 | 1 | -40/+52 |
| | | | | | | | | | | - Removes an invalid jquery.ui.button.js reference (button.js is loaded) - Updates the email regex to use the one from the HTML5 spec - Refactors the code to add the user on both button click and form submit - Reset the form to its original state on submit - Initialize the form with values that can be submitted immediately, better for a demo - Rename bValid to valid | ||||
* | Dialog demo: Move animated dialog demo to the end of the index | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 |
| | | | | | This demo looks rather silly and has no purpose beyond showing of the animation options. It doesn't do that very well. | ||||
* | Dialog demo: Remove regular modal demo, the other modal demos are better | Jörn Zaefferer | 2014-04-24 | 2 | -39/+0 |
| | |||||
* | Demos: Delete useless interactions demos | Jörn Zaefferer | 2014-04-24 | 7 | -220/+0 |
| | | | | | | | All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous. | ||||
* | Progressbar demo: Speed up the progress a bit to make them less annoying | Jörn Zaefferer | 2014-04-24 | 2 | -4/+4 |
| | |||||
* | Button demo: Replace anchors with more appropriate buttons | Jörn Zaefferer | 2014-04-24 | 8 | -15/+8 |
| | |||||
* | Resizable demo: Trivial grammatical fix | TJ VanToll | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Widget demo: Replace 'go black' with 'go screen' to keep text readable | Jörn Zaefferer | 2014-04-24 | 1 | -5/+5 |
| | |||||
* | Tooltip demo: Add a menu to the playlist button | Jörn Zaefferer | 2014-04-24 | 1 | -1/+31 |
| | |||||
* | Tooltip demo: We have no plans for interactive tooltips | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Tooltip demo: Mention the option used in the track demo | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Tooltip demo: Position tooltips next to inputs instead of over inputs | Jörn Zaefferer | 2014-04-24 | 1 | -1/+6 |
| | |||||
* | Tabs demo: Improve manipulation by providing default values for new tab | Jörn Zaefferer | 2014-04-24 | 1 | -2/+2 |
| | |||||
* | Spinner demo: Reorder input and select to be consistent with other demos | Jörn Zaefferer | 2014-04-24 | 1 | -4/+5 |
| | |||||
* | Sortable demo: Allow dropping to empty list and improve general styling | Jörn Zaefferer | 2014-04-24 | 1 | -2/+16 |
| | |||||
* | Slider demo: Make read only inputs readonly | Jörn Zaefferer | 2014-04-24 | 6 | -6/+6 |
| | |||||
* | Resizable demo: Fix description text, replacing the copy-pasta | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Position demo: Address todo comment by replacing plugin methods | Jörn Zaefferer | 2014-04-24 | 1 | -22/+21 |
| | |||||
* | Effect demo: Change anchor to button element | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Button demo: Remove unnecessary anchors from popp menu | Jörn Zaefferer | 2014-04-23 | 1 | -3/+3 |
| | |||||
* | Autocomplete demo: Datasource needs min. 3 characters | Jörn Zaefferer | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Accordion demo: Refresh accordion after sorting | Scott González | 2014-04-23 | 1 | -0/+3 |
| | |||||
* | Selectemnu: Demo cleanup | Scott González | 2014-04-08 | 2 | -72/+67 |
| | |||||
* | Droppable: Fix dependencies in photo manager demo | Scott González | 2014-03-10 | 1 | -0/+1 |
| | |||||
* | Slider: Switch handles from <a href="#"> to <span tabindex="0"> | TJ VanToll | 2014-03-07 | 1 | -1/+1 |
| | | | | | Fixes #9890 Closes gh-1207 | ||||
* | Demos: Adding <meta name="viewport"> tag for easier mobile browsing | TJ VanToll | 2014-03-07 | 20 | -9/+21 |
| | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 138 | -138/+138 |
| | |||||
* | Tabs: Removed tabs at bottom demo | Scott González | 2014-02-19 | 2 | -59/+0 |
| | | | | | Places tabs at the bottom is bad for accessibility. Dynamic content should not precede the control for the content. | ||||
* | Demos: Fix custom style tooltip demo | Jörn Zaefferer | 2014-02-12 | 1 | -3/+1 |
| | | | | | | | Fixes typo in 'transform' property, also removes unnecessary prefixes (based on our browser support and caniuse.com data). Fixes jquery/jqueryui.com#68 | ||||
* | Autocomplete: Update remote-jsonp demo with working geo webservice | Jörn Zaefferer | 2014-01-29 | 1 | -11/+3 |
| | | | | | | | The previous webservice now requires user credentials. The new one is also in use in a jQuery Mobile demo. Fixes #9764 | ||||
* | All: Quote CSS url() values | Scott González | 2014-01-24 | 6 | -11/+13 |
| | | | | Closes gh-1172 | ||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 143 | -767/+767 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | All: Wrap I18n files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 4 | -16/+68 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Demos: Fixing broken links to effect demos | TJ VanToll | 2014-01-17 | 1 | -9/+9 |
| | |||||
* | Droppable demos: Use ui-state-default for activation | Scott González | 2014-01-15 | 2 | -4/+4 |
| | | | | Closes gh-1085 | ||||
* | Autocomplete: Announce autocomplete correctly in all ATs. | Dylan Barrell | 2014-01-14 | 1 | -1/+5 |
| | | | | | Fixes #9631 Closes gh-1153 | ||||
* | Demos: Fix broken links to themeroller | Corey Frang | 2013-12-09 | 3 | -3/+3 |
| | |||||
* | Selectmenu: remove link element and adjust styles in custom renderer demo | Felix Nagel | 2013-11-26 | 1 | -14/+6 |
| | |||||
* | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-25 | 5 | -5/+4 |
|\ | |||||
| * | Demos: There can be only one button.js | Jörn Zaefferer | 2013-11-20 | 1 | -1/+0 |
| | | |||||
| * | Demos: Fix small typos | Eric Dahl | 2013-11-20 | 4 | -4/+4 |
| | | |||||
* | | Demos: Add meta-viewport element for better 'mobile' testing | Jörn Zaefferer | 2013-11-25 | 3 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-16 | 1 | -1/+1 |
|\| | |||||
| * | Autocomplete: Update categories demo again, use only public properties to ↵ | Jörn Zaefferer | 2013-11-13 | 1 | -1/+1 |
| | | | | | | | | update menu option | ||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-11-13 | 4 | -11/+16 |
|\| | |||||
| * | Autocomplete: Update categories demo to use menu's new items option to ↵ | Jörn Zaefferer | 2013-11-13 | 1 | -0/+4 |
| | | | | | | | | exclude custom headers from menu focus |