I try to make a page with slide but slide function doesn't work.
Code:
$("#left").click(function () {
$("#bolge").show('slide', 'left', 1000);
$("#main").css({ opacity: 0.5 });
$('#main :input').attr('disabled', true);
$x = 1;
});
I got this error:
Uncaught TypeError: m.easing[this.easing] is not a function