Download & Extend

Intergration with jquery_ui module

Project:CDN2 Video
Version:6.x-1.1
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

To prevent file clashes and unneeded duplication of loaded files it would be nice to use the jquery_ui module to load the needed jQuery UI files.

Comments

#1

Or, at least, to use it if installed.

#2

Status:active» postponed (maintainer needs more info)

Im not really sure what you mean, can you give me more information?

#3

The CDN2 module uses the jQuery UI library for its tabs. Because loading multiple JS files of the same file or code is wasteful, affects download times, and can cause function and var name clashes, it would be nice to use the jQuery UI module. It loads jQuery UI files and keeps track of what has been loaded where to fix the above issues.

You might also consider using the jQ module to register your other jquery plugins you are using to prevent the same issues with your other plugins.