tahsin.rahit 0 Newbie Poster

HI I want to pass HTML input array to jquery. I don't using <form> tag. only <input>tag.
<input type="checkbox" name="remove[]"/> and
<input type="text" name="quantity['xyz']"/> Here xyz will be diffrent for each input (these 2 line is actually generated by PHP loop)

These two lines will be repeated several time by PHP loop. But I want to pass the values to jquery as an array.