[jQuery] Re: .append() problem when used with .each
Thanks for your detailed response, much appreciated. I added the event handler you mentioned in A) in it works as expected.
[jQuery] Re: .append() problem when used with .each
This has nothing to do with .each. You've propably just missed how the selectors and binding work, or how the ajax works. What your script does currently: 1) You create a link and append it to #col1 2) You send an ajax-request (Which is asynchronous, meaning that the script keeps running and doe