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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

Set Up Of Common Name Of SSL Certificate To Protect Plesk Panel -