This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery-ui
Watch
1
Star
0
Fork
0
You've already forked jquery-ui
mirror of
https://github.com/jquery/jquery-ui.git
synced
2024-11-21 11:04:24 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
f849c50db1
jquery-ui
/
.gitignore
7 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First iteration on grunt-based build. lint, qunit, concat, min and zip all work, but all have various limiations.
2012-03-02 15:45:10 +00:00
dist
Build: Add bower_components to .gitignore Ref gh-1706
2016-05-25 12:58:21 +00:00
bower_components
First iteration on grunt-based build. lint, qunit, concat, min and zip all work, but all have various limiations.
2012-03-02 15:45:10 +00:00
node_modules
Build: Add bower_components to .gitignore Ref gh-1706
2016-05-25 12:58:21 +00:00
.sizecache.json
All: Migrate away from deprecated/removed Core APIs Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901
2019-12-08 21:23:08 +00:00
package-lock.json
Tests: align test runner with other repos Close gh-2234
2024-04-09 17:31:27 +00:00
local.log
Reference in New Issue
Copy Permalink