Hi, I searched for a solution like:
if( content from $('#div') is change -> start function test(); )
I change the content with $('#div').html('blub');
Thanks in advance! Peter
PS: I know, it is possible with setTimeout, but this is a really dirty solution :/