Introduction:
Description:
In previous articles I explained many articles relating to jQuery. Now I will explain how to show or display alert message using jQuery in asp.net.
In previous articles I explained many articles relating to jQuery. Now I will explain how to show or display alert message using jQuery in asp.net.
By
using jQuery Plugin We can implement this functionality for that we need to
write the code like this
|
If you observe above code in header section I added one
script file by using that we can interact with jQuery and we have a chance to implement
required things. Here I written code like show alert message when we click on
button.
Live
Demo
To see live demo click on below button it will show
alert message
If you enjoyed this post, please support the blog below. It's FREE! Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email. |
|||
|
|||
1 comments :
Another tip, if you use instead of (input type="button") you will also need to set the clientIDMode to static in order to call it by the same name/id in jquery.
Note: Only a member of this blog may post a comment.