$(selector).map(function() { if (this.offsetWidth < this.scrollWidth) { // do whatever you want } });. See this jsfiddle for details:http://jsfiddle.
確定! 回上一頁