jquery slide down image on page load
- by Dean
Hi
I'm not experienced with jquery (or java script really), but trying to make an image (img id=mike ...) slide in when a page loads.
After looking through the jquery docs and trying Google queries, I have so far come up with this
$(document).ready(function() {
$("#mike").load(function () {
$(this).show("slide", { direction: "up" },…