How to bind events with jquery in django admin when new *Inline is added
- by sacabuche
I made a jquery function that binds some fields, but it doesn't work when i add a new inline.
The main problem is that i don't know how to detect the insertion in DOM and bind it to my function.
Thanks