luhonghai


Member since 2015

6 snippets

4590 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

luhonghai's Recent Snippets



« Prev 1 Next »
To check if an “enter” key is pressed inside a textbox, just bind the keypress() to the textbox.
0 2565 posted 11 years ago by luhonghai
To detect copy, paste and cut behavior, you just need to bind the corresponding event type.
0 3022 posted 11 years ago by luhonghai
To check if jQuery library is loaded, use the following JavaScript code
0 2278 posted 11 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 2249 posted 11 years ago by luhonghai
In JSF 2.0, you can use <h:outputStylesheet> output a css file
0 4086 posted 11 years ago by luhonghai
Removes an item from the page, without affecting page flow or causing scrollbars. Much better than display: none; or even visibility: hidden;
0 3160 posted 11 years ago by luhonghai
« Prev 1 Next »