peterlu
12 years agoChampion
LITHUM.jQuery problem
Hi,
LITHIUM.jQuery is great. And it also includes some plugins, eg. jquery ui.
Here is my problem.
I need other plugins which cannot be found in default LITHIUM.jQuery.
My current solution is:
1. include my own jQuery, eg. version 1.8.3
2. include the additional plugins.
This approach has a problem which has to include additional jquery.js which affects the performance of the page.
Since LITHIUM.jQuery now is using 1.8.3 already, is there LITHIUM JS api to accomadate my third party to use LITHIUM.jQuery ?
Anyone?