[jQuery] Re: Get heights of multiple divs

2008-08-27 Thread james_fairhurst
Bah I'm such a tool, thanks the reply, its one of those days! J On Aug 27, 2:16 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Right from the Docshttp://docs.jquery.com/Core/each > > "This means that every time the passed-in function is executed (which > is once for every element matched) the 'this'

[jQuery] Get heights of multiple divs

2008-08-27 Thread james_fairhurst
Hoepfully a quick question. I'm trying to loop through and grab the heights of multiple divs but I'm having a few problems. The height() and css('height') functions dont seem to be working. Each of the boxes are different heights and I want to use JS to get the heighest box and set all the boxes

[jQuery] Re: jQuery plugin: Tooltip problem with disabled form fields

2008-04-17 Thread james_fairhurst
Thanks for the reply. For a workaround I've styled the form inputs so they look disabled with CSS thus allowing tooltips to be shown. Regards, James On Apr 13, 5:46 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > james_fairhurst schrieb: > > > Hi, > > > Shamef

[jQuery] jQuery plugin: Tooltip problem with disabled form fields

2008-04-11 Thread james_fairhurst
Hi, Shameful to admit but my first post is a request for help but here goes. I've been using the wonderful "jQuery plugin: Tooltip" from bassistance.de but I haven't been able to get it working for disabled form input fields. I don't know whether this is an issue with HTML in general not being a