Anyone know an answer to this question? In case when both expressions
return the same value, which one is faster? $(this).offset().left or
parseInt($(this).css('left'))?

Reply via email to