Hi,
I have a big problem with getting to work some custom added pluggins to the jQuery library. I have this structure in head
<link media="screen" type="text/css" rel="stylesheet" href="http://www.activitystore.cz/themes/sharpview/css//uniform.default.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js">
<script type="text/javascript" src="http://www.activitystore.cz/js/jquery.uniform.js">
the last one script contains the function called uniform(), which aplied to the series of elements should tranform them to the nice ones. Especially I need it for the select elements.
But all I get is error message
$(...).uniform() is not defined.
I tried this alone and it worked. So it must be the PS problem.
Thanks for help