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.

Reply via email to