Skip to content Skip to sidebar Skip to footer

Get Onpage To Work Correctly

I'm trying to get this script to operate on pageload; I've tried .ready and .load and I still can't seem to get it working. I am using '

You're probably thinking of this:

$(document).ready(function() {
    $("#entertext").shake();
});

With $ before ("#entertext").shake();

Post a Comment for "Get Onpage To Work Correctly"