We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d37c0a commit 6b54ab5Copy full SHA for 6b54ab5
entries/prop.xml
@@ -86,7 +86,7 @@ $( "input" ).change(function() {
86
$( "p" ).html(
87
".attr( \"checked\" ): <b>" + $input.attr( "checked" ) + "</b><br>" +
88
".prop( \"checked\" ): <b>" + $input.prop( "checked" ) + "</b><br>" +
89
- ".is( \":checked\" ): <b>" + $input.is( ":checked" ) ) + "</b>";
+ ".is( \":checked\" ): <b>" + $input.is( ":checked" ) + "</b>" );
90
}).change();
91
]]></code>
92
<css><![CDATA[
0 commit comments