[jQuery] Re: Event delegation and hover(over, out)

2009-01-28 Thread ShaneRileyDotInfo
Could you check out this example I created and let me know if that was your intended effect? I'm still not entirely certain I'm grasping everything you're trying to do. Basically, you have an initial list. You want the image in each one to fade in/out when the link is hovered. You then want to be

[jQuery] Re: Event delegation and hover(over, out)

2009-01-27 Thread ShaneRileyDotInfo
The way the post initially reads, it seems that when you're appending the ul with an li, the anchor within it does not have the click function bound to it. Is that correct? If so, when you add the li you would need to bind the click function to the newly created anchor. Something like this should

[jQuery] Re: accordion plugin in ie7 does not fully collapse

2009-01-27 Thread ShaneRileyDotInfo
Is there any way you can post a link to the code you're having trouble with? We'll need to see what's going on in the markup, primarily the CSS provided the HTML is valid and well-formed.