[jQuery] How can executable jquery/jscript be returned in an Ajax response
Let's say filling a form should add a row to a table.
Responding with the html row is not a problem, but how do you include
the event to add the row and any listeners which might follow after
it?
Thanks