search for: fieldcontain

Displaying 1 result from an estimated 1 matches for "fieldcontain".

2011 May 30
5
rails habtm checkboxes with jquerymobile
...box" value="19" name="foo[bar_ids][]" checked="checked"> Jquery <br> <input id="foo_bar_ids_" type="checkbox" value="25" name="foo[bar_ids][]"> Web <br> My mobile code is: <div data-role="fieldcontain"> <fieldset data-role="controlgroup"> <% for bar in Bar.all %> <%= check_box_tag "foo[bar_ids][]", bar.id, @foo.bars.include?(bar) %> <label for="<%= bar.id %>"><%=...