Hello.
I am using WP3 and am using some simple JQ to style some elements.
However, I cannot get it to work.
I am aware of but beyond that I don't know where to put my own code exactly, in which file or place. The code is:
<script>
$(document).ready(function(){
$("#image" + photoNum).animate({ opacity: 0, scale: 3 }, 0);
</script>
Which works outside of WP, but not in it.
Any ideas?
Thank you