You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should never have two elements with the same id on the same page. id
must be unique. Class names are better for that.
On Oct 11, 2015 11:22 AM, "Srikanth Bemineni" notifications@github.com
wrote:
Multiple input elements with same ids on the same page doesn't work
properly.
Hi,
trashy code lead me to deal with multiple same id's, namely many id=start and id=end.
I handled them with assigning custom values
The text was updated successfully, but these errors were encountered: