We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f37a6c commit 64459e0Copy full SHA for 64459e0
packages/devextreme/playground/jquery.html
@@ -54,7 +54,7 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
54
$(() => {
55
$("#button").dxButton({
56
text: 'Click me!',
57
- onClick: () => { alert("clicked"); }
+ onClick: () => { alert("clicked"); }
58
});
59
60
</script>
0 commit comments