Capturing data with jQuery to use with PHP - non-standard implementation question -


i have unique setup in program have multiple fields, each non-standard attributes.

for instance (general example):

<textarea id=1 name='text1' level=1 parent=0></textarea> <textarea id=2 name='text2' level=1 parent=1></textarea> <textarea id=3 name='text3' level=2 parent=2></textarea> <textarea id=4 name='text4' level=2 parent=3></textarea> 

i want use jquery capture each individual elements , attributes , send them php script.

i have yet able figure 1 out using clean method. ideas?

add class each 1 of them , serialize them using jquery class selector?


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -