[jQuery] Image hover (like tooltip) to position in viewable scroll position

2009-07-08 Thread Adardesign
I have a Tooltip (larger image view) that is being positioned via e.pageX e.pageY and i am trying to make sure it is not hidden below the current scrolled view port. I have seen many sites have this my code is something like this but i am missing something. var positionImg = function(e) { va

[jQuery] Re: Remove links but not images

2009-06-09 Thread Adardesign
Run a .each() to retrieve the images, and delete .remove() the images and place them into a var. Then remove all li gt(0) greater then and replace them into one It should be doable... On Jun 9, 9:07 am, Armand Datema wrote: > mm i dont know if this is the best way but you could try > > $("u

[jQuery] Slide toggle Function multiple times on a page! (for different elements)

2008-09-10 Thread Adardesign
Please take a look why this only works in FF