I have a \"create\" form inside a bootstrap\'s modal. All my Javascript related with that form uses id\'s and not class
bootstrap\'s modal
Javascript
form
id\'s
class
No, there is no proper way to ever duplicate the use of id's. Browser behavior for this is a mixed bag and cannot be relied on.
Use classes instead or create dynamic id's for each form.