search for: fields_ary

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

2006 Apr 22
0
Checkboxes get reset in sortable element in IE
Hi, I am creating a list of checkboxes and text using this code: <% count = 0 %> <ul id="fields_list"> <% fields_ary.length.times do %> <%= "<li id=''item" %> <%= count %> <%= "''><span class=''chkBox''> <input type=''checkbox''></span><span class=''chkText''> " + fields_ary[count]...