|
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.
__________________
Please login or register to view this content. Registration is FREE
Check out the Facebook Clone build with Jcow SNS at Please login or register to view this content. Registration is FREE , it is free and it always will be
|