WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
I think I will provide the stripped parts and additional Plugins as single downloads you can upload simply via FTP. (One Plugin per download.) Do you think this would be okay?
MEDIA_DIRECTORY/media/jq/plugins/"modname"/
I am also working on a method to scan the rendered page for specific rel-Tags and/or id's to see if there are specific jQuery components to be loaded. Of course, this kind of "intelligence" is also an performance issue and should be handled with care. But the user decides to use that feature or not.
Maybe it would be a good thing to use a folder within the media folder e.g. Code: [Select]MEDIA_DIRECTORY/media/jq/plugins/"modname"/to store these additional plugins.It would make the handling and installing of plugins much easier.
<?php if (function_exists('register_frontend_modfiles')) {register_frontend_modfiles('css');}?>[[jQueryInclude?preset=myscriptstoload]] <?php if (function_exists('register_frontend_modfiles')) {register_frontend_modfiles('js');}?>
<script typ="text/Javascript">$(document).ready(function() { $("#slide-left").pageSlide({ width: "350px", direction: "left" }); $("#slide-right").pageSlide({ width: "350px", direction: "right" });});</script>
$('a.ttlight').tinyTips('light', 'title');$('a.ttpyellow').tinyTips('yellow', 'title');$('a.ttgreen').tinyTips('green', 'title');$('a.ttblue').tinyTips('blue', 'title');
<script src="{WB_URL}/modules/jqueryadmin/jquery-ui-1.8/ui/jquery.ui.widget.js" type="text/javascript"></script><script> $(document).ready(function() { $("#accordion").accordion(); });</script>
[[jQueryLoader?preset=accordion]]
Hum??? How could this happen? The post is by "oeh" but modified by mr-fan???
@oehHe accidentally used the "edit" button instead of the "cite" button.Can happen if you're logged in as Admin