Quote:
Originally Posted by DanInMa
he means do it like this
Code:
$(document).ready(function(){
$("#prevButton").click(function(){alert("You clicked the previous button.");});
});
|
That's what I had when I started. Not working for me. No errors. No idea.