Hello All,
Seems that something wrong with springy in my hexo blog. I used the javascript files as the following:
<script src="http://cdn.staticfile.org/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="/springy.js"></script>
<script type="text/javascript" src="/springyui.js"></script>
Then fails with the error saying that it is not a function call jQuery(...).springy. Apparently, there is a gap between springy and jQuery, but I have no idea how to figure it out. Could anyone helps me out?


Hello All,
Seems that something wrong with springy in my hexo blog. I used the javascript files as the following:
Then fails with the error saying that it is not a function call
jQuery(...).springy. Apparently, there is a gap between springy and jQuery, but I have no idea how to figure it out. Could anyone helps me out?