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 5f4fb4f commit a9dad99Copy full SHA for a9dad99
Snippets/files/snippets.js
@@ -28,7 +28,7 @@ $(document).ready(function() {
28
}
29
30
select.change(function() {
31
- textarea.text(textarea.text() + $(this).val());
+ textarea.val(textarea.val() + $(this).val());
32
$(this).val("");
33
});
34
label.append(select);
0 commit comments