Displaying 1 result from an estimated 1 matches for "thumb_check_237".
2006 Apr 22
1
RJS, scriptaculous, page.replace problem with input fields?
...javascript extensively from within Firefox''s
FireBug module, and it seems to me that this is what is happening:
What I''m trying to replace is an element that''s been generated by a
check_box_tag call. So basically it''s an element like this:
<input id="thumb_check_237" name="thumb_check_237" type="checkbox"
checked="checked" value="1" />
and I''m trying to replace it with this:
<input id="thumb_check_237" name="thumb_check_237" type="checkbox"
value="1" />...