Access jQuery node's children and its values using PHP to enter into db -


can please me out in problem. in real trouble , don't know how go ahead this.

i have tr tag contains multiple div tags in it.
whenever user clicks on 'add' link, same tr gets cloned incremented id , appended table.

now, want enter under each tr mysql database using php. don't know how this.

the hierarchy this:
tr-->td-->div(many)-->input fields(many) chkbox,textarea,radio,input

deadline project nearing , stucked upon this.

have tried using serialize values of input fields?

you should able $('tr:selected').serialize()

it'd easier if had kind of jsfiddle example of problem.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -