shivam0101 Posted February 9, 2007 Share Posted February 9, 2007 How to check whether a checkbox is checked or not from a checkbox array and passing that value to a javascript function? Quote Link to comment Share on other sites More sharing options...
fenway Posted February 9, 2007 Share Posted February 9, 2007 Where's the "from PHP" part of the question? Quote Link to comment Share on other sites More sharing options...
shivam0101 Posted February 10, 2007 Author Share Posted February 10, 2007 From php - (checkbox are created dynamically). whenever a user unchecks a checkbox, i want to send that checkbox id to a js function. Quote Link to comment Share on other sites More sharing options...
fenway Posted February 10, 2007 Share Posted February 10, 2007 why not call a onclick whenever this.checked == false? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.