Couldn't you bind an onclick event to whatever links you want to stop and just have them return false; ?
On Mar 20, 3:22 am, Steven Yang <kenshin...@gmail.com> wrote: > i believe you can simply do e.stopPropagation()because you get event > bubbling for the events inside the div > all the events bind to element inside your div should use > e.stopPropagation() > > please correct me if i am wrong