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.
2 parents 6b27111 + 885a0d4 commit c5ed1cfCopy full SHA for c5ed1cf
Chapter4/Amazeriffic/javascripts/app.js
@@ -46,6 +46,8 @@ var main = function () {
46
});
47
48
$content = $("<div>").append($input).append($button);
49
+ /* Alternatively append() allows multiple arguments so the above
50
+ can be done with $content = $("<div>").append($input, $button); */
51
}
52
53
$("main .content").append($content);
0 commit comments