hiding form problem (jquery)
i have a form that is hidden by default. (not really a form, but a div with a textarea and a button)
if you click on a link this form becomes visable. (working)
if you hit the submit button the content of the form is processed and the form becomes invisible again. (working)
now i want that the form becomes invisible when the user clicks outside the textarea without submitting the form.
i’m using the blur function, but i cannot submit anything anymore.
How can i fix this.
View full post on Tycoon Talk
Form, hiding, jquery, Problem