2014-02-27 77 views
-2

jQuery的滑塊不工作我的網頁Jquery滑塊不工作我的網頁?

HTML代碼是

<div id="sl"></div> 

Jquery代碼是

<script src="http://code.jquery.com/jquery-1.9.1.js"></script> 
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> 
<script> 
$(function() { 
$("#sl").slider(); }); 
</script> 
+0

似乎工作很好 - > http://jsfiddle.net/hKc92/ – adeneo

+0

@哈羅 - adeneo可以做到... – aldanux

+0

是的,我們可以!滑塊應該包含什麼? – adeneo

回答

1

這是您的演示其工作的人..

$(function() { 

    $("#sl").slider(); 

}); 

DEMO

有滑塊和它的工作..還有什麼你想..?

+1

嘿......終於你可以了.. :) – aldanux

+0

lols aldanux :)我在想別的東西:) – Haroon