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>
Here is your Demo its working Man..
DEMO
There is slider and its working.. Is there anything else you want..?