My Jquery Code is

Jquery slider not working my webpage?

77 views Asked by At

Jquery Slider Not Working My Webpage

My HTML Code is

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

My Jquery Code is

<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>
1

There are 1 answers

1
Haroon On

Here is your Demo its working Man..

$(function() {

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

});

DEMO

There is slider and its working.. Is there anything else you want..?