When I type
$(document).ready(function() {
$("#equals").click(function() {
$("#water").animate({margin-top: "-200px", opacity: ".65"}, 2000);
});
});
into Dreamweaver the $("#water") line gets an error and won't tell me what it is. Please help!
margin-topshould be in quotes... its not a valid json otherwise.