[jQuery] Re: Jquery effects Issue with multple ID targets

2008-05-21 Thread FrenchiInLA
I did not check the CSS but as for Jquery code: you can regroup your DIV like following: ../images/closedChatBubbleA.png ../images/expandedChatBubbleA.png $(".absoluteCenter").click(function(

[jQuery] Re: Jquery effects Issue with multple ID targets

2008-05-21 Thread FrenchiInLA
Can you Post your code? anyway $(this) gives you the DIV as Jquery object inside of click event. Put the same class to all your div and use some code like: $(.yourclass).click(function(){$(this).dosomthing();}); Auriion wrote: > > Hi, > > I have 3 div's on the screen that I've also added