Sorry, this sounds like a dumb question...
I have read that jquery is included automatically with WB 2.8x - is it loaded automatically, or do I have to load it from my index.php template file?
I've got the code ...register_frontend_modfiles('js'); ... which loads mdcr.js - what else should I have to do??
You will have to load it with register_frontend_modfiles('jquery')
or use this module instead of include folder:
http://www.websitebakers.com/pages/libs/jqueryadmin.php
rgds
erpe
Thank you both very much!
jquery admin is a very nice interface, I'll experiment a bit more with it.
For now I was just trying to get a superfish menu working properly which I've now done!
I notice that using register_frontend_modfiles('jquery') displays some wb constants - I'm not sure that is a good thing?
There's a ready-to-use Superfish Plugin for jQueryAdmin.
I'm sorry, but I can't help with the other issue.