移动端

161 阅读1分钟

input实时监听

$('#id').bind('input propertychange', function() {
    ...
}

给同一元素设置多张背景图片

background-image:url('path1'),url('path2');
background-repeat:no-repeat,repeat-y;
background-position:top left,btttom left;//也可用百分比代替