Profile
Achievement
luhonghai's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
To check if an “enter†key is pressed inside a textbox, just bind the keypress() to the textbox.
0
1244
posted 9 years ago by luhonghai
To detect copy, paste and cut behavior, you just need to bind the corresponding event type.
0
1641
posted 9 years ago by luhonghai
To check if jQuery library is loaded, use the following JavaScript code
0
1123
posted 9 years ago by luhonghai
JQuery is really a powerful and handy JavaScript library. The page or content loading effect is very easy to implement in jQuery. Here’s a example to make your web page content display a fade in page loading effect
0
1033
posted 9 years ago by luhonghai