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 227fb85 commit e751934Copy full SHA for e751934
entries/css.xml
@@ -228,7 +228,7 @@ $( "p" )
228
backgroundColor : "#ddd",
229
fontWeight: ""
230
};
231
- $( this ).css( styles );
+ $( this ).css( styles );
232
});
233
]]></code>
234
<css><![CDATA[
@@ -244,7 +244,7 @@ $( "p" )
244
<example>
245
<desc>Increase the size of a div when you click it.</desc>
246
<code><![CDATA[
247
-$( "div" ).on( " click", function() {
+$( "div" ).on( "click", function() {
248
$( this ).css({
249
width: function( index, value ) {
250
return parseFloat( value ) * 1.2;
0 commit comments