Closed bknill closed 10 years ago
Hi, You must assign an id for the block you want to scroll. example:
<div id="hai"></div>
then after done (using onComplete callback) you have:
$("#hai").css("left")
Best
Hi thanks. Freewall seems to overwrite the Div ID, so impossible to find it that way. I put the ID as a class and that works.
Hi,
Is it possible to find where on the document an object has been placed so I can scroll to it?
$('#div').css(''left") isn't returning anything