css - syntax for styling in jquery -
css - syntax for styling in jquery -
i trying add together 2 css styles line of jquery can tell me proper syntax separating them, right after 0?
jquery("nav").sticky({ topspacing: 0; width: 100%});
use , javascript object. need set 100% in quotes.
jquery("nav").sticky({ topspacing: 0, width: '100%'}); ^ here ^ here jquery css
Comments
Post a Comment