Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
11721 Points
1859 Posts
Mar 13, 2011 08:43 PM|LINK
Your jQuery is wrong if you mean putting a break point in the JavaScript function:
$(document).ready(function () { $('#GetValue').click(function() { alert("Running the last action"); g_ListVal = $('#TextBox1').val(); }); });
whighfield
Star
11721 Points
1859 Posts
Re: button onclick
Mar 13, 2011 08:43 PM|LINK
Your jQuery is wrong if you mean putting a break point in the JavaScript function:
$(document).ready(function () { $('#GetValue').click(function() { alert("Running the last action"); g_ListVal = $('#TextBox1').val(); }); });Blog | I need more space:DropBox Referral