I have multiple check box and when i check one of it, ajax call is triggered to fetch record pertaining to that id of the check box. Now my problem is that i can have multiple check box being checked and in that case i find the ajax returning records of the last box checked. db records pertaining to other check box is lost.
Can i have a way to return all the db records pertaining to all check box checked(using ajax)?
Can i have a way to return all the db records pertaining to all check box checked(using ajax)?
Comment