Jump to content
Old threads will finally start getting archived ×

gidgor256

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by gidgor256

  1. so far this is what i have got $('.remsubmit').click(function() { var indexid= "<?=$indexid?>"; var name = $(this).prop('id'); var emailid = "<?=$emailid?>"; var remarks=""; var x = document.getElementById("mySelect").selectedIndex; var y = document.getElementById("mySelect").options; remarks = y[x].text; this insert the selected value of the first dropdown only; that is when submit for the index 2 or 40 is clicked the value selected in the remark dropdown of the index 1 is reapeated for them how can i make it a loop
  2. How to save/update all selected multiple dropdown selected values into myphpadmin database with the table above (using Ajax or better recommendation) When the 'save all' button is clicked all individual selected values in the dropdown are inserted into the dB and when 'update-all' is clicked the dB values are all updates. For all the search, I get for only one dropdown and I don't know to use that for all dropdown at ago. I really do not know how to go about it. links, demos and examples will be good
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.