There is no exact equivalent method in jquery. But all are available as
seperate methods.

$(el).position() -> returns {top:dim, left:dim}
$(el).outerWidth()
$(el).outerHeight()
// use innerHeight() & innerWidth() if you want to exclude padding and
border

On Thu, Jun 9, 2011 at 6:01 AM, Chandra Chintanippu
<[email protected]>wrote:

> Is there any thing equivalent in jquery to YAHOO.util.Region which gives
> us left, right, top, bottom, width and height of the object?
>
> ~Chandra
>
> --
> To view archived discussions from the original JSMentors Mailman list:
> http://www.mail-archive.com/[email protected]/
>
> To search via a non-Google archive, visit here:
> http://www.mail-archive.com/[email protected]/
>
> To unsubscribe from this group, send email to
> [email protected]
>

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to