0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tabs: Never remove the ui-state-default class when switching tabs. More... over 14 years ago
Effects: Cleaned up createWrapper(). More... over 14 years ago
Effects: Added support for effects on elements with right and/or bottom style settings. More... over 14 years ago
Effects core: Reorganized code, no actual changes. More... over 14 years ago
Slider: Added paging - page up/down jumps by 1/5 the size of the range. More... over 14 years ago
Tabs: Made detection of navigation more flexible - now the first descendant list (ul or ol) found will be used instead of forcing it to be the first child ul. More... over 14 years ago
Removed use of .data() for getting/setting options in tests; using each plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. More... over 14 years ago
Effects: Fixed a bug when animating classes and nothing should happen, e.g., calling .removeClass('foo') when the element doesn't have the class foo. More... over 14 years ago
Effects: Added support for animating borderColor (previously only supported individual borders, e.g., borderLeftColor). Fixes #4807 - $('').switchClass throwing error in IE8 if the switched class contains color property. More... over 14 years ago
Effects: Force a non-empty hash of properties for class animations to ensure the callback is always executed. Fixes #4396 - animateClass does nothing if there are no styles changes. See jQuery core bug #5459 for the cause. More... over 14 years ago
Datepicker: Added Afrikaans and English/UK localisations More... over 14 years ago
progressbar: enhanced visual test More... over 14 years ago
Tabs: fixed to use a counter for unique ids instead of relying on $.data(elem), which in 1.4 won't return an id. Thanks Mark Gibson. More... over 14 years ago
Slider: Fixed values getter to be trimmed by min and max as value method is. Added an overload to the values method for passing in an array of new values. Fixes #4522 More... over 14 years ago
slider: Removed undocumented noPropagation last arg from values method as per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8 More... over 14 years ago
slider: use internal methods _valueMin() and _valueMax() More... over 14 years ago
Slider: Fixed animation to respond to keypress as well as mouse click, animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option. Fixes #4432 - Allow animation when programmatically changing slider value Fixes #4659 - Allow slider to animate if slider value is set programatically More... over 14 years ago
slider: fixed two failing unit tests 'value method set respects min' 'value method set respects max' More... over 14 years ago
sortable portlets demo: Swapped plus and minus icons for more consistency More... over 14 years ago
Dialog: Fixed position parsing. More... over 14 years ago
update to latest QUnit More... over 14 years ago
Sortable: add missed self. in uiHash. More... over 14 years ago
Dialog: fixes a typo. More... over 14 years ago
dialog: added a visual test page for the buttons option More... over 14 years ago
Fixed the initialization of color animations for cases where the first step of the animation doesn't happen in the same millisecond as the call to animate. Fixes #4251 - NaN in color animation (Firefox 3). More... over 14 years ago
slider unit tests: method value More... over 14 years ago
slider: fixed disabled on init, methods enable and disable More... over 14 years ago
dialog: fixed _position regression; wrote a test for the default positon, which still needs some tuning More... over 14 years ago
datepicker: removing odd ticket test, has no assertions More... over 14 years ago
datepicker: renabling tests, with timeouts inbetween each test, hopefully avoids to kill testswarm clients with slow-script warnings More... over 14 years ago