Skip to content

uplift/jqueryui-amd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jQuery UI AMD

IMPORTANT! NO LONGER REQUIRED!

As jQuery UI now has built in AMD support, this project is no longer maintained.

Usage

In your requirejs paths config add

require({
    paths: {
        "jquery"  : "path/to/jquery",
        "jqueryui": "path/to/jqueryui/1.8.17"
    },
   //code
})

In your define call add

define(
    [
        'jqueryui/[widget]',
        'jqueryui/effects/[effect]
    ]
)

Licenses

jQueryUI has its own license, see jQueryUI project repo

About

jQuery UI wrapped in AMD define calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published