jQuery jika properti CSS

if( $("#selector").css('display') == 'block') {
  //Your code
}
Selfish Seahorse