I am new to jquery. I want to show a warning window with a TextBox field in it when the page loads. Something like that:
Enter Your Username: //Title ___________________ //TextBox field (value will be stored in var for later use) OK //Button
I know
var username = "username";
How to reach the above notification window? Do I have to manually encode it?
A preferred example is jQuery . I am trying to do this for my chat application, where you need to specify the username in the chat. I searched alot but could not find anything useful related to asp.net and jquery.
source share