Guest User

Untitled

a guest
Oct 2nd, 2022
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <button class="my_button" type="button" role="button">Click Me</button>
  2.  
  3. <script>
  4. jQuery(".my_button").click(function(){
  5. jQuery.get(ajaxurl, {'action': 'rm_title'},
  6. function (msg) { alert(msg);});
  7. });
  8. </script>
Add Comment
Please, Sign In to add comment