I’m making a responsive website with the use of Skeleton.
I wanted to change a class when the screen is smaller then a amount of pixels – with jQuery
Like this: (of course this can’t work)
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* jQuery code */
}
This is in noConflict mode.
To include jQuery and other .js files for WordPress use this