Skip to content

Commit

Permalink
revert(pg)
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Sep 26, 2024
1 parent 4a29b8f commit 672d19d
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions packages/devextreme/playground/jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,10 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
<div id="button"></div>
<script>
$(function() {
const calendar = $('#button').dxCalendar({
value: [
new Date(1726765744957), // 19
'2024-11-27',
'2024-10-27T16:54:10',
1726765744957, // 19
1726852144957, // 20
1726938544957, // 21
1727111344957, // 23
1727197744957, // 24
1727434511000, // 27
'2024-09-26T18:28:10',
'2024-09-25T00:28:10',
],
selectionMode: 'multiple',
}).dxCalendar('instance');
$("#button").dxButton({
text: 'Click me!',
onClick: function() { alert("clicked"); }
});
});
</script>
</div>
Expand Down

0 comments on commit 672d19d

Please sign in to comment.