Im have been trying to slide the text but its not working... Please help me to slide it in any direction... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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); }); });

17th Nov 2016, 12:42 PM
Sainze Hang
Sainze Hang - avatar
1 Answer
+ 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>
17th Nov 2016, 2:47 PM
Aditya kumar pandey
Aditya kumar pandey - avatar