[jQuery] Re: $('#id').width()

2008-11-21 Thread Isaiah Fischer
you didn't have to wait for the window to load? > > > On 21 Nov 2008, at 04:01, "Isaiah Fischer" <[EMAIL PROTECTED]> wrote: > > Then I have two possible solutions to what I think the problem may be... > > One, have the field_setup() function bound to the window load

[jQuery] Re: $('#id').width()

2008-11-21 Thread Isaiah Fischer
have to wait for the window to load? > > > On 21 Nov 2008, at 04:01, "Isaiah Fischer" <[EMAIL PROTECTED]> wrote: > > Then I have two possible solutions to what I think the problem may be... > > One, have the field_setup() function bound to the window load as su

[jQuery] Re: $('#id').width()

2008-11-20 Thread Isaiah Fischer
Then I have two possible solutions to what I think the problem may be... One, have the field_setup() function bound to the window load as such: $(window).bind(load,function(){field_setup()}); or define the width in the css of that field by its ID If that doesn't work then I'll need to find a di

[jQuery] Re: "this" and z-index changes

2008-11-14 Thread Isaiah Fischer
So then, how would i go about making it so the variables are, in a sense, deleted after each .each() run such that its fresh when it goes through again? or is it the zindexIt2 that isn't getting pulled down into the .each() function? On Fri, Nov 14, 2008 at 9:03 AM, ricardobeat <[EMAIL PROTECTED]>