Skip to content

Commit 36a675b

Browse files
author
marker dao ®
committed
revert(pg)
1 parent 0ce9ef4 commit 36a675b

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

packages/devextreme/playground/jquery.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
43
<head>
54
<title>DevExtreme jQuery Example</title>
65

@@ -52,15 +51,9 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
5251
<br />
5352
<div id="button"></div>
5453
<script>
55-
$(() => {
56-
$("#button").dxLookup({
57-
dataSource: ['A', 'B', 'C'],
58-
showClearButton: true,
59-
focusStateEnabled: true,
60-
searchEnabled: false,
61-
applyButtonText: 'OK',
62-
cancelButtonText: 'Delete',
63-
});
54+
$("#button").dxButton({
55+
text: 'Click me!',
56+
onClick: () => { alert("clicked"); }
6457
});
6558
</script>
6659
</div>

0 commit comments

Comments
 (0)