It's not really working. (The idea is that when someone types in the textarea, the border around the save button will turn red to indicate that there are unsaved changes). What am I doing wrong?
In your code, I think you're just forgetting the closing ); at the end of your keydown call. I went ahead and threw this together for you: http://codepen.io/chrisxclash/pen/8/1
It's not really working. (The idea is that when someone types in the textarea, the border around the save button will turn red to indicate that there are unsaved changes).
What am I doing wrong?
Original Post: http://an.schart.net/post.php?id=29
);at the end of your keydown call.I went ahead and threw this together for you:
http://codepen.io/chrisxclash/pen/8/1