1
這看起來很簡單,但卻困擾着我。使用Bootstrap偏移來返回positon.left
我想獲得位於Bootstrap 3的列偏移位置的div的左側位置。
<div class="col-md-offset-4" id="formholder">
我得到15px與positon.left
... Bootstrap天溝。
console.log($('#formholder').position().left);
任何人都知道如何從頁面的邊緣獲得列位置的左邊位置?
你試過'.offset()。left'? – qtgye 2014-10-27 05:57:19
是的。 Durrr。謝謝你的作品。 – andehlu 2014-10-27 06:26:10