Page 1 of 1

Adding animated Snow via JQuery?

PostPosted: Tue Dec 16, 2014 6:08 pm
by hogfan
I am trying to add some holiday fun to my Subsonic server web interface by adding animated snow using JQuery.

I'm wanting to use this snow effect here:

http://www.jqueryrain.com/?LeiRAVGW

However, I haven't done much modding with the Subsonic interace, so I'm not sure which document I need to edit and add the JQuery calls to the <Head> section (/var/subsonic/jetty/3880/webapp/index.html or /var/subsonic/jetty/3880/webapp/index.jsp ????) :

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="jquery.snow.js"></script>

Is this something that can be applied globally, or do I have to do this for an individual theme?

Thanks for any assistance.

-hogfan