Код: Выделить всё
#user_buttonКод: Выделить всё
#user_optionsКод: Выделить всё
$('#user_button').click( function() {
$('#user_options').toggle();
$("#user_button").css({
borderBottomLeftRadius: '0px',
borderBottomRightRadius: '0px'
});
return false;
});
Подробнее здесь: https://stackoverflow.com/questions/333 ... toggle-css