Hello,
I would like to have the same behaviour 'live' has, but without using events. Is this possible? I need this because I'm using a different javascript file that creates some elements to which I need to append css classes.
The following code should execute once such an element is added to the dom: $(".myClass").addClass("myNewClass");
Is this even possible?