[jQuery] Re: Compute body width WITHOUT scrollbars

2009-06-15 Thread mike.helgeson
This might be helpful: http://plugins.jquery.com/project/getscrollbarwidth On Jun 15, 11:32 am, Lideln wrote: > Hi all, > > I have an application that resizes itself upon window resize. The > problem is that if I resize down the window so it is smaller, two > scrollbars appear during resize (no

[jQuery] Re: Code not working on IE7 (Please Help)

2009-10-13 Thread mike.helgeson
Can you make sure that the json response does not contain any trailing commas inside object literals: var json = { key: "value", }; // MSIE hates trailing commas

[jQuery] Re: Iterate through elements of a given class and multiply

2009-10-13 Thread mike.helgeson
parseFloat( $( this ).text() ) // divs don't have a value On Oct 13, 4:07 pm, Avik Basu wrote: > I would like to use JQuery to iterate through a set of elements > that have the same class and scale each value according to a value > selected from a dropdown box.  For example, > > > 1 > 2 > 3 >

[jQuery] Re: Loading Mask

2008-10-16 Thread mike.helgeson
Try "BlockUI" >> http://www.malsup.com/jquery/block/ On Oct 16, 12:04 pm, "Donald J. Organ IV" <[EMAIL PROTECTED]> wrote: > Sorry didnt see this email. > > Basically I have a table that i am populating with .load() > > but while the data is loading I would like to have a lightbox type mask over