javascript - Need Help Debugging JQuery -
I am quite new in JQuery and am trying to debug. I'm trying to use any slider on the site. I've got the slider working on a plain-tested HTML document, but I'm working on it in Joomla (where the site is hosted), it's my It may not be for a custom page that we have developed and plugged in in Joomla, but it will not make any difference.
I'm getting a
type error: $ (...). Nothing is a slider function
In Chrome and Firefox inspectors, I have read that it may be due to JQuery, but for the previous JQuery scripts to load the slider, where As far as I know I have also used the bug standard Joomla template to reduce the script with the issues being imported into us.
Do not pay attention to the dirty layout of the URL, it just tests the default template
If anyone can see and see how much it will be appreciated!
Cheers
Your file is not being loaded. Besides, you are getting 404 on many images, it seems that you have resource path problems. My first guess is that the
/ js / js part is not correct.
Comments
Post a Comment