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

it seems missed including jquery ui library.

jquery ui 1.11.0 

hope !


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -