Skip to main content

Posts

Showing posts with the label joomla-module

make jQuery load one in joomla

I'm creating a module for joomla that needs jQuery and some jQuery plugins. My problem is that if other plugins load jQuery too it rewrites mine and disables jQuery plugins! How can I make sure jQuery loads only once (And before my plugins) in page? thanks.