I have a span Text goes her like this
Text goes her
$(\'#contentarea\').bind(\'click\',function(e){
Try:
var isBold =$(e.target).css('font-weight'); if($(isBold === ("bold")|| isBold === 700){ alert('bold'); }
This way you check for existence of CSS properties.