I have this selector:
if($('body').hasClass('page-modellen', 'page-modellen-detail')){
But this is not working. I want. When the page hass class page-modellen or page-modellen-detail than he must doing that code. How can i fix that?
Thanks for helping