javascript - jQuery serialize() leaves out textarea -


when submit form using jquery's serialize() method, gets submitted except textarea in form. common issue? can't figure out. form works except textarea stays undefined???

<textarea form="new_note_form" id="note_text" name="note_text" required="required"></textarea>      

it not work until add name attribute textarea.

<textarea id="slifestyle3content" name="slifestyle3content" placeholder="html allowed"> <apex:outputtext value="{!slifestyle3content}" /> </textarea>


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -