$('el').css('border-color', function(i, currentCssColor){ return currentCssColor!='red' ? 'red' : 'blue'; });