Hello,
Have you tried to call your snippet uncached? [!...!] ?
yes....
there s something i didn’t do , but I don’t know what
should i try just assets/snippets/yshout/
i ll try everything again...
tnx for helping me !
Quote from: Jelen at Aug 31, 2009, 03:07 AM
are those path (src) right ? I have yshout in assets/snippets/yshout
<script src="yshout/js/jquery.js" type="text/javascript"></script>
<script src="yshout/js/yshout.js" type="text/javascript"></script>
Ofcourse not then.. you need to use:
<script src="[(site_url)]/assets/snippets/yshout/js/jquery.js" type="text/javascript"></script>
<script src="[(site_url)]/assets/snippets/yshout/js/yshout.js" type="text/javascript"></script>
Also note that yshout uses jquery, so if you have other js libraries running on the same page, you will most probably get js collisions and it won’t work. In that case you can try running jQuery in "no conflict" mode.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Have you check that your files are readable by apache?
If you look at the sources, have you check that you can display js code? Try to paste the url in the browser and see if js is displayed.