aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.core.js
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-4/+4
|
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+10
|
* Core: Moved selectstart support test to deprecated section.Scott González2012-12-121-3/+1
|
* Core: Removed $.ui.contains. Fixes #8902 - Remove $.ui.contains.Scott González2012-12-121-2/+0
|
* Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove ↵Scott González2012-12-061-10/+0
| | | | $.ui.isOver() and $.ui.isOverAxis().
* Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.Scott González2012-11-051-0/+13
|
* Core: Moved old jQuery support code to the bottom (above deprecated).Scott González2012-11-051-47/+47
|
* Core: Simplify IE check now that we don't care about IE6.Scott González2012-11-051-5/+1
|
* Core: Removed $.ui.ie6.Scott González2012-10-261-1/+0
|
* Core: Removed $.support.minHeight.Scott González2012-10-261-23/+1
|
* Core: Update :focsable and :tabbable to handle parents with no height/width, ↵Scott González2012-10-231-4/+4
| | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension.
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-101-1/+7
|
* Updated docs URLs for core files.Scott González2012-09-291-1/+1
|
* Updated docs URLS.Scott González2012-09-261-1/+1
|
* Core: Whitespace.Scott González2012-08-231-8/+8
|
* Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - ↵Scott González2012-08-231-11/+14
| | | | Core: Deprecate .disableSelection() and .enableSelection().
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Core: Adjust data pseudo creation to use new Sizzle pseudo creation for ↵Timmy Willison2012-07-071-3/+10
| | | | pseudos with arguments.
* Update copyright to jQuery Foundation.Scott González2012-07-041-2/+3
|
* Core: Add the uniqueId() and removeUniqueId() methods written by ↵kborchers2012-05-291-0/+19
| | | | @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId()
* Core: Check if jQuery supports inner/outer/Width/Height setters.Scott González2012-05-211-38/+41
|
* Lint fixes.Scott González2012-04-021-9/+11
|
* A few lint fixes.Scott González2012-04-021-6/+6
|
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Core: Fixed typo.Scott González2012-02-271-1/+1
| | | | Thanks jsgoupil
* Core: Removed modifier keys from key codes. Fixed #7613 - Incorrect UI keyCodes.Scott González2012-02-121-11/+1
|
* Use jQuery.css() instead of deprecated jQuery.curCSS().Scott González2012-02-121-6/+6
|
* Core: Access offsetHeight on div for support tests to avoid a layout bug in ↵Scott González2012-01-191-0/+5
| | | | IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
* Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the ↵Marwan Al Jubeh2011-10-171-1/+1
| | | | dragged clone if original element is removed upon drop
* Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.adambaratz2011-04-291-21/+25
|
* Core: Fixed spacing.Scott González2011-03-291-3/+3
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - ↵Scott González2010-12-101-6/+1
| | | | Deprecate $.ui.contains.
* Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 ↵Scott González2010-10-191-2/+2
| | | | - outerWidth() setter broken with jQuery 1.3.2.
* Core: Minor cleanup.Scott González2010-10-121-4/+4
|
* Core: Only use mousedown to prevent text selection in browsers that don't ↵Scott González2010-09-201-6/+7
| | | | support selectstart. Fixes #6080 - Core: disableSelection() disables select elements in Chrome.
* Core: Avoid layout bug in IE with minHeight support test.Scott González2010-09-071-1/+3
|
* Core: Improvements to minHeight support test. Thanks jdalton.Scott González2010-09-071-6/+10
|
* Core: Added $.support.minHeight. Fixes #6026 - Core: Add ↵Scott González2010-09-071-2/+15
| | | | jQuery.support.minHeight.
* Core: Refactored .disableSelection() and .enableSelection().Scott González2010-09-011-51/+12
|
* Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes ↵Scott González2010-08-271-12/+51
| | | | #5723 - disableSelection() doesn't work cross-browser.
* Core: Re-ordered functions.Scott González2010-08-271-63/+70
|
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - ↵Scott González2010-08-101-1/+1
| | | | Problem with JavaScriptPacker.
* Core: Coding standards.Scott González2010-07-221-71/+78
|
* Core: Better support for areas in :focusable and :tabbable selectors. ↵Scott González2010-07-221-6/+19
| | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵Scott González2010-07-211-0/+43
| | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵Scott González2010-07-211-1/+4
| | | | :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
|
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
|