Advertisement
MostafaCss

Untitled

Sep 10th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.12 KB | None | 0 0
  1. function Test(InputValue)
  2.     {
  3.         alert(InputValue);
  4.     }
  5.     $(document).on('click', '.M',function (){Test();});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement