0
我想用JavaScript控制jquery UI滑塊。我想在事件觸發時將滑塊移動到某個位置。jQuery UI滑塊文件組使用JavaScript拖動滑塊?
$('select#dn_event_date, select#up_event_date').selectToUISlider(
{
// labels and tooltipSrc are selectToUISlider specific options
labels: 0
sliderOptions: {
// swapped out stop for change here
change: function(){
// Here i want to control to move slider to certain position
}
}
}
);
我該怎麼做?
你在使用插件嗎? – Dom 2013-03-05 14:41:21
是的,我使用了filamant組滑塊。[點擊這裏](http://filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/)! – Manivasagan 2013-03-06 04:42:09