jquery bubblepopup inside jquery carousel
Posted
by
sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2011-03-17T09:45:10Z
Indexed on
2011/03/17
16:10 UTC
Read the original article
Hit count: 189
jquery-ui
Hi,
I am trying to use the jquery bubble popup inside the jquery carousel. the problem everything works fine. but say if i have 10 items in the carousel, display 5 at a time, hiding the remaining 5 items(which could be opened by clicking the left or right navigation). so when we move the mouse over each carousel item that is visible on the screen, we can see the bubble popup.
here, if i move the mouse over the empty area on the screen, i am still getting the bubble pop which shouldnt be visible because that particular carousel item is hidden.if i keep on moving over all the hidden items, i am able to see the bubble popup.
is there anyway to hide the bubble pop when the carousel item is not visible on the screen.
© Stack Overflow or respective owner