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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.