Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, CB 2.0 will be using latest jQuery though.- Is possible to update the library used by CB with a version more higher ?
Because CDNs create a dependency on an external server. This would be an absolute nightmare if the majority of the web used CDN as you're dependent on that servers up time, reliability, and speed. Using our own library also guarantees compatibility with all of the jQuery plugins we provide. What's worse is if the CDN was compromised or suddenly decided to add tracking code they could because it's just a JS header file, which you could execute whatever JS they wanted. A lot of CDNs are also blocked in various countries so your side probably won't work for some countries. In short I'm pretty against CDNs.- Why CB don't use hosted library such the one available on Jquery.com or Google ? If I'm not wrong this allow also to reduce page load for better seo.
You're not having a jQuery conflict. That jQuery just isn't written very well. It's using a global namespace function for no reason, which won't work when declared through CB because we auto add document ready which a global function won't work in.- I'm totally unclear about how Jquery is supposed to be used in Joomla and all third party addons. Actually I'm under Joomla 3.2 and I plan to update to 3.3. For what I know, Joomla use already Jquery and the version 3.3 has been advertised to be more powerful with it. So I wondering why Joomla do not use (maybe is already the case) Jquery in the whole site for avoid for all others addons (included CB) to declare again Jquery in their code whit possible conflict or inconsistencies. A version problem ??
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.