1
我想在colorbox插件中使用jQuery UI滑塊。事實上,任何其他滑塊都可以,但似乎沒有一個工作正常。它出現在屏幕上,但當我試圖移動它時沒有反應。這可能是一個彩盒問題。colorbox中的jQuery UI滑塊
$('.cb').colorbox({
html:'<div id="slider"></div><script>$('#slider').slider();</script>'
});