I'm using DOMNodeInserted
MutationEvent, is any way to select only new inserted elements by using this event?
I have to add class to all inputs when they are inserted to document.
I'm inserting new inputs to form via AJAX request but I can't add it there because this part have to work independently.
问问题
140 次