bootstrap slider 拖动之后获得新值的办法

$("#node").on('slideStop',function(data){
alert(data.value);
})

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *