How do I include an element added by jQuery to .each() ? I added a hidden form via jQuery but it's not being iterated by $([selector]).each()
Is there an alternative solution for this? the selector makes it easy for me because I could select all input elements by it that's why I'm using it.
Thank you very much in advance!