Skip to content Skip to sidebar Skip to footer

How To Use Jquery Ui With Requirejs And Knockout-sortable?

I'm trying to use requireJS to manage dependencies in my first ever single-page javascript app. Having never used requireJS before, I'm struggling with something that I think is qu

Solution 1:

You can get the AMD modules when installing jquery-ui with bower or download them from github.

After you have the files you need, remove the shim config for jquery-ui since that should be used only for non-AMD scripts.

knockout-sortable is also an AMD module so you don't need any shim config.

Post a Comment for "How To Use Jquery Ui With Requirejs And Knockout-sortable?"