What syntax are you using for the anchors themselves?
On Jul 14, 2:00 pm, Peter Benoit <[EMAIL PROTECTED]> wrote: > Hi all, > > I have an "index" page with a div, that I $ > ('#mydiv").load('mypage.html') into. > > The problem I'm having is, I have anchors on "mypage" that I would > like to effect with the click event on the "index" page. Trying to > access these loaded anchors via $('a#anchorid').click(...), isn't > working. Can someone show me how to handle this? > > Thanks! > -pete