/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('section:nth(1) p').css('color','red'); $('.square').css({ 'width':'100px', 'height':'100px' });