[jQuery] iUtil use it

2006-09-30 Thread kenton.simpson
Even if your not using the interface plugin you need down load the iUtil plugin and start using it. I even think that iUtil should go core. Thanks Stefan Petre -- View this message in context: http://www.nabble.com/iUtil-use-it-tf2362236.html#a6580883 Sent from the JQuery mailing list archive

Re: [jQuery] iUtil use it

2006-09-30 Thread Corey Jewett
A link would be terribly useful when promoting something this hard. :) Corey On Sep 30, 2006, at 9:39 AM, kenton.simpson wrote: Even if your not using the interface plugin you need down load the iUtil plugin and start using it. I even think that iUtil should go core. Thanks Stefan

Re: [jQuery] iUtil use it

2006-09-30 Thread kenton.simpson
I don't want to hot link the file, but you can find it here http://interface.eyecon.ro/download Corey Jewett-3 wrote: A link would be terribly useful when promoting something this hard. :) Corey On Sep 30, 2006, at 9:39 AM, kenton.simpson wrote: Even if your not using the

Re: [jQuery] iUtil use it

2006-09-30 Thread Michael Geary
Even if your not using the interface plugin you need down load the iUtil plugin and start using it. I even think that iUtil should go core. A link would be terribly useful when promoting something this hard. :) I don't want to hot link the file, but you can find it here

Re: [jQuery] iUtil use it

2006-09-30 Thread Brandon Aaron
It is any of the downloads. Just download the uncompressed version at the bottom of the page and iUtil is in there. -- Brandon Aaron On 9/30/06, Michael Geary [EMAIL PROTECTED] wrote: Even if your not using the interface plugin you need down load the iUtil plugin and start using it. I

Re: [jQuery] iUtil use it

2006-09-30 Thread Karl Swedberg
On Sep 30, 2006, at 1:16 PM, Michael Geary wrote: Even if your not using the interface plugin you need down load the iUtil plugin and start using it. I even think that iUtil should go core. A link would be terribly useful when promoting something this hard. :) I don't want to hot link the

Re: [jQuery] iUtil use it

2006-09-30 Thread kenton.simpson
Iutil defines these function getPos, getPosition, getSize, getClient, getScroll, getMargins, getPadding, getBorder, getPointer. There names go a long way to describe there function. Most if not all the function return objects with dimensional info about the passed element node. I recently used it

Re: [jQuery] iUtil use it

2006-09-30 Thread John Resig
Kenton - A lot of what you're talking about is already, or is going to be, added in to the Dimensions module in jQuery: http://jquery.com/dev/svn/jquery/src/dimensions/dimensions.js Paul has been working on it - and working with Stefan, to try and move nearly all of the important iUtil parts