[jQuery] Re: questions on event delegation

2009-01-03 Thread brian
On Sat, Jan 3, 2009 at 4:36 PM, wrote: > > My question's are > > 1. If you have a Div class= content with children anchors. Then > empty and load in new content in that div with children anchor those > anchors will get the same event handling that the previous anchors had > right? No (well, n

[jQuery] Re: questions on event delegation

2009-01-03 Thread brian
On Sat, Jan 3, 2009 at 8:06 PM, brian wrote: > On Sat, Jan 3, 2009 at 4:36 PM, wrote: >> >> My question's are >> >> 1. If you have a Div class= content with children anchors. Then >> empty and load in new content in that div with children anchor those >> anchors will get the same event handli

[jQuery] Re: questions on event delegation

2009-01-04 Thread holandmijohn
Thanks Brian for your help most of the help that I've found at other places was kinda sketchy at best or was use livequery, Livequery is a nice tool for most situations but when you start attaching events to hundreds of objects it will slow a page right to a crawl which is why I was looking into

[jQuery] Re: questions on event delegation

2009-01-04 Thread brian
On Sun, Jan 4, 2009 at 10:27 AM, wrote: > > Being an self taught old school C coder I thought it would be easier > to migrate to PHP but I cant really complain other than my termanology > yes thats exactly correct the anchor inside the div Looks like we have a similar background wrt to programm