How to bind events with jquery in django admin when new *Inline is added

Posted by sacabuche on Stack Overflow See other posts from Stack Overflow or by sacabuche
Published on 2010-05-15T01:16:53Z Indexed on 2010/05/15 1:24 UTC
Read the original article Hit count: 481

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

© Stack Overflow or respective owner

Related posts about django

Related posts about jQuery