However you assign it's value is how you'd reference it: var img = $(); var top = img.top ;
is my guess. -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bdee1 Sent: Thursday, May 01, 2008 2:56 PM To: jquery-en@googlegroups.com Subject: [jQuery] dimensiosn plugin i am a little unclear on how exactly to get the position of an element using jquery dimensions plugin. documentation says it returns "An object with top and left properties that are numbers representing the offset in pixels." and it says the object looks like this: { top: 10, left: 10 } so how do i access it? like a string? do i have to use string functions to pull out the height and width individually? -- View this message in context: http://www.nabble.com/dimensiosn-plugin-tp16995030s27240p16995030.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.