JQuery max-height的value不能爲數值

JQuery max-height的value值只能是百分比和像素值,卻不能指定爲數值。css

像素值,right。ide

if (self.options.maxheight > 0) {
	self.dc.css({
		"max-height" : self.options.maxheight + 'px',
	});
}

直接爲數值時壓根沒有做用,wrong。code

"max-height" : self.options.maxheight,

相關文章
相關標籤/搜索