Index: trunk/extensions/ApiSandbox/ext.apiSandbox.js |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | name = info.prefix + param.name, |
63 | 63 | $node = $( '#param-' + name ); |
64 | 64 | if ( param.type == 'boolean' ) { |
65 | | - if ( $node.attr( 'checked' ) ) { |
| 65 | + if ( $node.is( ':checked' ) ) { |
66 | 66 | params += '&' + name; |
67 | 67 | } |
68 | 68 | } else { |