Response title
This is preview!
$("li.lang").click(function () {
$("#backgroundSelect").show();
$("#select").show();
});
$("#backgroundSelect").click(function(){
//$("#selectlang").hide();
alert("hide!");
//$("#backgroundSelect").hide();
});
© 2013 jQuery Foundation
Sponsored by and others.