jquery & css together
-
Hi
Is it possible to put jquery and css together in single snippet?
If so, how would the sample code look like?Jquery sample
jQuery(document).ready(function() {
// xxxxxx
});CSS sample
.activity-content {
margin-top: 10px;
}Please guide me.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘jquery & css together’ is closed to new replies.