javascript - How to slide div content left right..? -
i developing wordpress
plugin, have move content in slider left right , right left. tried as:
var effect = 'slide'; // set options effect type chosen var options = { direction: 'right' }; // set duration (default: 400 milliseconds) var duration = 700; jquery("#letsee").html(data).hide().toggle(effect, options, duration);
see reference jsfiddle
so should make run. appling response of ajax.
problem: there no effect jsfiddle example, , content coming without effect. how can make slide left right, right left... in advance
Comments
Post a Comment