I can’t get the left property of an object
i’ve tried
$('myobject').left() //it doesn't work`
$('myobject').css().left() //invalid property
$('myobject').css('left') //invalid property
i’ve been using offset().left which is totally wrong, i need to get the left property of an object
For top as well, drop the left.