This is the jQuery code:
$(document).on('click', function (e) {
alert();
});
The problem that when I click on some elements like the bootstrap dropdown menu
or chosen.js
or bootstrap_sellect.js
the alert doesn't display.
As I understand these scripts prevent this but how can pass this and getting an alert when I click on anything on my page?