[Proto-Scripty] Re: Help with element.setattribute

2012-06-30 Thread Victor
Hello! You can do it in many ways: 1. Create an empty placeholder for hidden input (div at the bottom of your form). You can then easily replace content of this div and don't care about multiple inputs: addElement: function () { $(totalsContainer).update('input type=hidden id=finaltons

RE: [Proto-Scripty] Re: Help with element.setattribute

2012-06-30 Thread Larry Holdsworth
Victor, This is awesome thank-you so much for the help. Larry From: prototype-scriptaculous@googlegroups.com [mailto:prototype-scriptaculous@googlegroups.com] On Behalf Of Victor Sent: Saturday, June 30, 2012 2:13 AM To: prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] Re