Response title
This is preview!
$(".nl").click(function(){
$("div.lang_english").fadeOut("fast", function() {
$(this).fadeIn("fast").removeClass("lang_english").addClass("lang_dutch");
});
});
if ( $('#__dimScreen').length == 0 ) {
$('<div></div>').attr({
id: '__dimScreen',
fade_opacity: 500,
speed: 0.5
}).css({
background: '#000',
height: height,
left: '0px',
opacity: 0,
position: 'absolute',
top: '0px',
width: '100%',
zIndex: 999
}).appendTo(document.body).fadeTo(500, 0.5);
}
© 2013 jQuery Foundation
Sponsored by and others.