View Single Post
Old 12-04-2012, 07:24 PM   PM User | #7
m2244
Regular Coder

 
Join Date: Jun 2012
Posts: 129
Thanks: 1
Thanked 1 Time in 1 Post
m2244 is an unknown quantity at this point
Quote:
Originally Posted by DanInMa View Post
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.
m2244 is offline   Reply With Quote