Look for a style that only occurs in a class during a specified media query.
if ($(".myclass").css("display") == "block" ){}
Categories