Hi.. I need to do this in jquery with a little animation (the folowing sentece works):
window.parent.scroll(coord[0], coord[1]);
Does the folowing code to do what I want? because it doesn't, =D
$(window.parent).animate({
scroll: coord
}, 2000);
Any Ideas?
Thanks