1
Raja,
Did you find any solution for your issue?
Please post the the solution here so people get benefited from it.
Thanks and regards,
Chetan Ranpariya
0
Hi
Chetan Ranpariya
still now i am not find any solutions for this issue :( :(
0
use like this jquery code toopen popup.
- $("#target").click(function() {
- alert("Handler for .click() called.");
- });
HTML:
- <asp:textbox onclick="myJavaScriptFunction()" runat="server" id="myTextBox" ... >
0
So, only adding these scripts in the page makes popup apear when you click on text box?
No event handler in script required?
0
i use only below script
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
0
What code you have written for showing popup?