Hi everybody
I'm currently running into some issues with jQuery. On my Joomla I have the "Seblod" CCK installed. I then created a module in which I implemented the juicer.io social media feed (custom module with a linked javascript). When I now try to save an article that I created with seblod, I get the following error: "jQuery is not a function", which only occurs when the juicer-module is enabled. I already tried avoiding conflicts by putting the following script at the beginning of my template:
<script type="text/javascript"> jQuery.noConflict(); </script>
However, this did not work and I don't know any further.
Can anyone help?