Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged aspnet



« Prev 1 Next »
This is a pretty standard jQuery method to listen for the enter key and simply "click" the button. However, if you are using a LinkButton this code will not work. The reason for this is that a LinkButton is rendered to the browser as an Anchor tag...
0 507 posted 11 years ago by weldonr30
// Taken from : // http://www.west-wind.com/weblog/posts/42319.aspx
0 499 posted 13 years ago by delikassap
Just replace classic document.ready with pageLoad function as belows: pageLoad function will called on all postback and partial postbacks. So it makes the jquery code no matter what :D Even in update panel.
1 610 posted 14 years ago by delikassap
« Prev 1 Next »