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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -