ruby - I want to display checkboxes which got selected -


i have created checkbox in 1 form, need display checkboxes got selected, how can in ruby?

  <select>     <option>rtest bangalore available</option>   </select>   <div class="overselect"></div> </div> <div id="checkboxes">   <label for="one">     <input type="checkbox" id="one" />rig 1</label>   <label for="two">     <input type="checkbox" id="two" />rig 2</label>   <label for="three">     <  </div> 

tried code


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -