jquery - getting position from window -
i want left position in pixel window using jquery attaching image.
i using responsive grid don't have fixed divs
the jquery offset
function should give want.
var left = $('#mydivid').offset().left;
working example - http://jsfiddle.net/d25fu/
Comments
Post a Comment