WebsiteBaker Support (2.8.x) > jQuery

Installing JQuery Plugins

(1/2) > >>

contactjw:
Just wondering if I can install a jquery plugin by simply adding the code to the footer of my template using the usual formats?

Ruud:
Sure, no problem.

contactjw:

--- Quote from: Ruud on June 26, 2016, 11:26:33 PM ---Sure, no problem.

--- End quote ---

OK. Thanks. Got the plugin installed with a conditional statement so it loads only on one page. Works great!

contactjw:
Hi Ruud,

I was thinking about  loading the JQuery file myself instead of using the wb installed JQuery. Reason is I don't think I need the other three resources, insert.js, include.js, and theme.js, that seem to be packaged with the wb JQuery. As far as I can tell they just unnecessarily slow down the page loading. Any reason I shouldn't do that?

Gast:
deactivate this line (if in use in your template)

--- Code: ---register_frontend_modfiles('jquery');
--- End code ---

if you use SP6, go to AdminTools -> Frontend Output Filter and deactivate the Jquery, if its activated

at last step, add your favorite jquery file into your template folder and add the code to load it in your index.php from the used template. be sure, that you use the correct path (in example in a sub-directory of the template)


--- Code: ---<!-- jQuery  -->
<script src="<?php echo TEMPLATE_DIR; ?>/js/jquery.min.js"></script>
--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version