Como usar a consulta de mídia usando jQuery
if (window.matchMedia('(max-width: 768px)').matches)
{
// do functionality on screens smaller than 768px
}
Fragile Flatworm
if (window.matchMedia('(max-width: 768px)').matches)
{
// do functionality on screens smaller than 768px
}