百叶窗特效(Blind Effect)参数direction设置
$( document ).click(function() { $( "#toggle" ).toggle( "blind",{direction:'right'}); });