- $("#textarea").focus(function() {
- $('#formatting').slideDown(200);
- });
- $("#textarea").blur(function() {
- $('#formatting').slideUp(200);
- });
I was thinking about using an if statement, but can't seem to make it work.
Any ideas would be very appreciated.
Cheers.