We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0667f82 commit 03668b8Copy full SHA for 03668b8
entries/css.xml
@@ -174,7 +174,7 @@ div { height: 50px; margin: 5px; padding: 5px; float: left; }
174
</p>]]></html>
175
</example>
176
<example>
177
- <desc>To set the color of all paragraphs to red and background to blue:</desc>
+ <desc>To set the text-weight of hovered paragraphs to bolder, background to blue, and different CSS when leave:</desc>
178
<code><![CDATA[
179
$("p").hover(function () {
180
$(this).css({'background-color' : 'yellow', 'font-weight' : 'bolder'});
0 commit comments