Closed GoogleCodeExporter closed 8 years ago
We need to see your code, but I'm guessing from experience that you're using a
relative path to the jQuery and plugin code.
ie.:
<script src="../some/folder/jquery.rating.js">
So the path works from some URLs, but if you move into directories the relative
path ends up pointing to the wrong place.
The solution is to use an absolute path from the root of the website.
ie.:
<script src="/scripts/are/always/in/this/folder/jquery.rating.js"/>
Original comment by diego.a...@gmail.com
on 24 Feb 2013 at 1:18
Original issue reported on code.google.com by
skwon7...@gmail.com
on 8 Feb 2013 at 2:30