Andy Matthews wrote:
Your code is saying an A tag that has an id of response. To get a jQuery object containing all a tags inside that div, it should look like this:#response a That says "any A tag inside a container with an id of response".
If in doubt what a selector selects, use Select-O-Racle: http://gallery.theopalgroup.com/selectoracle/ --Klaus