[jQuery] questions on event delegation

[jQuery] questions on event delegation


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?
2 if it were a .click event to the div insted of the actual object how
could you differentiate between a click on an anchor with a class of
slider or an anchor with a class of dragable?
3 and finally how would I find the ID of an <LI> that an object is a
child of like in the channels div
this is what I will be loading in
<div id="content">
<div id="entertainment">
             <form>
                <div id="fulltop" class="text">
<a class="slider"id="aft">back</a>
&nbsp;&nbsp;<a class="slider"id="for">forward</a>
                <ul>
                 <li>
<a href="a.html" id="a1"
class="dragable">
<img src="../images/
entertainment.jpg" alt="Click ME"/>
                


                 <strong>Entertainment</strong><br/>
                 <small>COMEDY CENTRAL, E!, FX, SCI-FI, SPIKE, STARZ, USA,
and WGN </small>
                




                 </a>
                 </li>
                 <li>
                 <a href="b.html" class="dragable">
                 <img src="../images/entertainment.jpg" alt="Click ME"/>
                


                 <strong>Family</strong><br/>
                 <small>BOOMERANG, DISNEY, TV LAND, NOGGIN </small>
                



                 </a>
                 </li>
                 <li>
                 <a href="c.html" class="dragable">
                 <img src="../images/entertainment.jpg" alt="Click ME"/>
                


                 <strong>News</strong><br/>
                 <small>BLOOMBERG, CNBC, FOX NEWS, NASA</small>
                



                 </a>
                 </li>
                 <li>
                 <a href="d.html" class="dragable">
                 <img src="../images/entertainment.jpg" alt="Click ME"/>
                


                 <strong>Sports</strong><br/>
                 <small>BIG TEN, ESPN, OUTDOOR CHANNEL</small>
                



                 </a>
                 </li>
                </ul>
                </div>
</form><br/><br/><br/><br/><br/><br/><br/