Re: [jQuery] dimensions.js lesson needed

2007-02-23 Thread rolfsf
Thanks Andreas - looks like a cool system, and I'll definitely play with it But, I still don't see how I'm going to get both the left and right columns to autoscroll independently in a 100% width (flexible) container. I had to set that problem aside for a couple days, but I'll get back to it. Than

Re: [jQuery] dimensions.js lesson needed

2007-02-23 Thread Andreas Wahlin
http://layout.constantology.com/ seems to build off of yui, I haven't invested a lot of time comparing them, but the little time i put in says to me that ___layouts fits me better :) andreas On Feb 21, 2007, at 22:11 , rolfsf wrote: > > Thanks Brandon, I'll look through the YUI grids... > Wh

Re: [jQuery] dimensions.js lesson needed

2007-02-21 Thread rolfsf
Thanks Brandon, I'll look through the YUI grids... While much of it can be done with css, I just don't see how I can get the autoscroll to function properly unless I've set a fixed height and width, which I can't think of how to do accurately with css on a flexible height and width page. But... I'

Re: [jQuery] dimensions.js lesson needed

2007-02-21 Thread Brandon Aaron
I believe you are better off letting CSS deal with this. The performance of the CSS is going to greatly outweigh the JavaScript in this scenario. You should check out the YUI Grids CSS [1], maybe it can help you get what you need without too much overhead. [1]: http://developer.yahoo.com/yui/grids

[jQuery] dimensions.js lesson needed

2007-02-21 Thread rolfsf
I've got a basic layout that looks like this: All divs are flexible in height and width depending on the viewport, except #leftPane, which has a fixed width. I want to set: #container width to be equal to viewport width #container height to be equal to (viewport height - #to

Re: [jQuery] dimensions.js console.log error message

2007-01-28 Thread Brandon Aaron
Yikes! Thank Bruce for pointing that out. It is now fixed. Also you can pack the dimensions plugin with Dean's packer. http://dean.edwards.name/packer/ -- Brandon Aaron On 1/28/07, Bruce McKenzie <[EMAIL PROTECTED]> wrote: > The version of dimensions.js available on the jquery plugins pages > co

[jQuery] dimensions.js console.log error message

2007-01-28 Thread Bruce McKenzie
The version of dimensions.js available on the jquery plugins pages contains this on line 233 console.log(' ' + parent.id + ' ' + x + ' ' + y); which triggers an 'error-on-page' message in IE6. BTW, is there a packed version of this excellent plugin available? Bruce -- http://www.2MinuteEx

Re: [jQuery] dimensions.js breaks height function?

2006-11-12 Thread Brandon Aaron
The dimensions plugin has moved to the plugins repository and the latest version there fixes the height issue. Also the offset method will work without the dimensions plugin. -- Brandon Aaron On 11/12/06, PragueExpat <[EMAIL PROTECTED]> wrote: > > Please advise: I need to use dimensions.js for th

Re: [jQuery] dimensions.js breaks height function?

2006-11-12 Thread Klaus Hartl
PragueExpat schrieb: > Please advise: I need to use dimensions.js for the offset function. However, > since this file overwrites JQuery's height function, I can no longer set > heights (-- i.e. $("p").height("20px"); --). Will the offset function work > on all browsers if I strip out dimensions' h

[jQuery] dimensions.js breaks height function?

2006-11-12 Thread PragueExpat
Please advise: I need to use dimensions.js for the offset function. However, since this file overwrites JQuery's height function, I can no longer set heights (-- i.e. $("p").height("20px"); --). Will the offset function work on all browsers if I strip out dimensions' height function? Does anyone

Re: [jQuery] Dimensions.js? I'm confused

2006-10-26 Thread Paul Bakaus
Hi there,we are still deciding where it fits best - and if it should be merged with iUtil.js.Anyway, it behaves just like a normal plugin - grab it and maybe pack it yourself using Dean Edward's www._javascript_compressor.com which should be the same method we use in jQuery itself. Then include it

[jQuery] Dimensions.js? I'm confused

2006-10-25 Thread Kurt Mackey
So, what’s the “right” way to try and use the functionality of dimensions.js?  I notice it’s in the source as part of jquery, but it doesn’t seem to get built into the distribution.  Does it need to be included like a plugin?  If so, where do I get the packed version. J __

Re: [jQuery] dimensions.js

2006-10-14 Thread John Resig
> Considering what John stated recently about the meat of jQuery, I'd > consider it an official module. It is not necessary for the jQuery core > to run (like the AJAX module), but functionality and quality are at a > level to make it an official module. Following this thought, I'd rather > make so

Re: [jQuery] dimensions.js

2006-10-13 Thread Jörn Zaefferer
Franck Marcia schrieb: > Hi, > > What's the status of dimensions.js? > > I mean, in SVN, it's located where it should be built-in but the build > process doesn't take it into account. > > On the other hand, if it's a plugin, it should reside in the directory > "plugins". > Considering what John

Re: [jQuery] dimensions.js

2006-10-13 Thread Paul McLanahan
I have the same question.  Anyone?On 10/10/06, Franck Marcia <[EMAIL PROTECTED]> wrote: Hi,What's the status of dimensions.js?I mean, in SVN, it's located where it should be built-in but the build process doesn't take it into account.On the other hand, if it's a plugin, it should reside in the dire

[jQuery] dimensions.js

2006-10-10 Thread Franck Marcia
Hi, What's the status of dimensions.js? I mean, in SVN, it's located where it should be built-in but the build process doesn't take it into account. On the other hand, if it's a plugin, it should reside in the directory "plugins". Franck. ___ jQuery