cjbk

jQuery获取css值

var px = $(\'#sampleDiv\').css(\'marginLeft\');

var num= parseInt( $(\'#sampleDiv\').css(\'marginLeft\') );  

分类:

技术点:

相关文章: