Why do you need to add the 'id' attribute? Are you trying to use jQuery for something? If so, you can use the 'name' attribute instead with something like: $("input[name=nameGoesHere]").
↧
Why do you need to add the 'id' attribute? Are you trying to use jQuery for something? If so, you can use the 'name' attribute instead with something like: $("input[name=nameGoesHere]").