[jQuery] HELP: a = $('<p>foo</p><p>bar</p>'); a.after('<b>xyz</b>') not adding element
Hello,
has anybody managed to prepend and append elements to a set of dom
elements previously created on the fly with the "$(html)" function?
I've tried with append, prepend, after, before, etc without any
luck...
Is there a way to do it?
Stephen