luhonghai


Member since 01/13/2015

Name: Hai Lu

Location: UK

Website: http://simply-tutorial.com

A senior developer with around four year experiences in IT domain. Broad understanding and in-depth experience in Object-oriented programming (OOP), Java is primary language.

6 snippets

1461 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 977 posted 9 years ago by luhonghai
To detect copy, paste and cut behavior, you just need to bind the corresponding event type.
0 1323 posted 9 years ago by luhonghai
To check if jQuery library is loaded, use the following JavaScript code
0 883 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 775 posted 9 years ago by luhonghai
In JSF 2.0, you can use <h:outputStylesheet> output a css file
0 760 posted 9 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 763 posted 9 years ago by luhonghai
« Prev 1 Next »