Skip to content

Commit

Permalink
Merge pull request tomdale#5 from thomasboyt/master
Browse files Browse the repository at this point in the history
Adds jQuery UI
  • Loading branch information
tomdale committed May 30, 2011
2 parents a2f4f8c + ab350bf commit aca2a2a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions js/app.js
Expand Up @@ -14,6 +14,21 @@ EveryJS.libraries = [
size: 31
},

{
name: "jQuery UI",
website: "http://www.jqueryui.com",
description: "jQuery UI provides both low-level event handling of interactions and animations and high-level widgets for color picking, calendars, tabbed views, and more.",
useIf: [
"You want fancy JavaScript widgets and buttons.",
"You want to easily script interactions such as drag+drop and resizing.",
"You want to add some JavaScript animations to your pages."
],
dependencies: ["jQuery (included in package)"],
license: "MIT or GPL Version 2",
tags: ["ui", "jQuery plugins"],
size: "By default, 295K of JavaScript, plus whatever theme is used. Can be customized on the download page."
}

{
name: "Ender",
website: "http://ender.no.de/",
Expand Down

0 comments on commit aca2a2a

Please sign in to comment.