I know already how to alert by use javascript or Jquery. But just onclick button I apply javascript external or internal. What I need is we alert inline of button Example:
<button name="my_btn" id="my_btn" onClick="alert('Hello I am alert')">Alert</button>
If it is possible please tell me. I am waiting for all of you