0
Im have been trying to slide the text but its not working... Please help me to slide it in any direction...
$(function(){ $("button").click(function (){ $("p").hide("slide", {direction: "left"}, 2000); }); });
1 ответ
+ 1
Is error is saying that x.easing is not a function include below code in your head tag
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js'>
</script>