Skip to content
Michael edited this page Mar 9, 2018 · 2 revisions

Extra Demos

These demos aren't of high enough quality to make it into the main project, but they may be useful for troubleshooting issues or testing your use case.

  1. Speed test - Test page load time with the approximate size of your data set. Modify the JavaScript building options and groups to match your use case.

  2. Dialog - Test the widget in a modal overlay with your use case to get the options right.

  3. Bootstrap - A minimal configuration to get Bootstrap on the page with the widget. I don't recommend doing this but here it is in case you want to anyway.

$.widget is not a function

  1. Have you included jQuery and jQuery UI in your project?

  2. Are these script tags loaded before you try to execute the JavaScript that sets the widgets?

Clone this wiki locally