I have some code where I use the before()
method to insert an input-field
amongst other things. But for some reason the input-fields
created dynamically does not trigger on $("input").focus()
.
How do I get the new input-fields to trigger on focus()
?