Can you please tell me how to use slide div in horizontal when onclick Prev/Next images using ajax load in jQuery.
My logic looks like this :
jQuery("#appt_1").click(function() {
jQuery("#appt_1").load("/test/get_later_slots")
});
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have used this to slide a div right and “delete it” from a set
You may be able to modify it to work for your situation.