Hi
I have a small question regarding calling/invoking a javascript function after executing removingInstance.
I have a dynamic table that allows the user to remove/add as many rows as they want. If they decide to remove a row from the table, I need to call a javascript function.
If I place the script after removeInstance I always get an undefined error, and yet if I move that same script above the removeInstance, then there are no errors
But that's not what I'm trying to achieve.
Any help would be appreciated.
Thanks
MaThandos