Button triggered function
-
How to perform button triggered function on certain page without being redirected to “https://url/wp-admin/admin.php” ?
Eg:<script>
$(“#btn”).click(function() {
//code
alert(“ABC!”);
});
</script>
<button id=”btn” class=”PageButton”>Test</button>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Button triggered function’ is closed to new replies.