We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41da27b commit 17b9114Copy full SHA for 17b9114
js/bootstrap-table.js
@@ -93,7 +93,7 @@
93
* ============ */
94
95
$(function () {
96
- $('body').on('click.table.data-api', '[data-type="modal"], [data-type="inline"], [data-url="*"], [data-content="*"]', function (e) {
+ $('body').on('click.table.data-api touchstart.table.data-api', '[data-type="modal"], [data-type="inline"], [data-url="*"], [data-content="*"]', function (e) {
97
e.preventDefault();
98
$(this).table('show')
99
})
0 commit comments