Upgrade default JQuery UI library

Upgrade default JQuery UI library

This question is answered

There are some JQuery widgets that are not available in the default JQuery library. Would anything on the site break if we upgraded the completed library? We need the autocomplete widget for textboxes but that is not available in the deault UI library. Is it as simple as changing the jquery file in the default theme?

Verified Answer
  • You should be able to do that, but it won't be upgrade safe.  Instead, you might be better off creating a new jQuery-ui custom file that includes the plugins you need and then including that on the pages that need it.

All Replies
  • You should be able to do that, but it won't be upgrade safe.  Instead, you might be better off creating a new jQuery-ui custom file that includes the plugins you need and then including that on the pages that need it.

  • Is there a diagram / map somewhere that shows what currently included with Telligent "jQuery-UI.1.8.20.custom" includes?

    So that when I make a custom download on http://jqueryui.com/download/ I would know which things to include and which not.