Hello All, This is my first post. I have a form element like...
<input type="text" name="mycomment" id="mycomment"> I would prefer to not have the id in the form. If I remove it the dollar function doesn't work anymore (for obvious reasons) is there another way to grab the object? I would rather code it as... <input type="text" name="mycomment"> Thanks for any help/direction. Terry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
