Skip to content

Commit

Permalink
Added jQuery UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Boyt committed May 30, 2011
1 parent 36fdfcd commit 759f730
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 759f730

Please sign in to comment.