getting problem in sending ajax request with array of checkbox data
i am having this array of check box which is created by api and appended to the div myText
{ 'success':true, 'message':'get' ,'items':'
<input type=\'checkbox\' value=\'21\' class=\'gibs\' name
=\'gibs\' >Rahul2\'s Gib <br/>
<input type=\'checkbox\' value=\'1\' class=\'gibs\' name=\'gibs\' >rahuls
Gib <br/>' }
$("#divTxt").append(response.items);
now i want to value of this checkboxes to ajax request how can i send the values
in data string .
please help..
regards
rahul