An easy way to set default text in an input field which disappears on focus and reappears on blur if the textbox is empty.
Example:
$('#myInputField').placeholder('default text');
Note:
Focused elements get the CSS class 'focused'. All other elements that use the plugin get the CSS class 'defocused'.