$("#select-id").change(function(){
var selt_value = $('option:selected',this).text();
});
$(this).removeAttr('style');
$('#someDiv').attr('style','');
$('.page').css({"width":"", "height":"", "top": "", "left" : ""});
$("#getSliderImages").click(function () {
$("#carousel-example-generic").load();
});