Display Twitter Bootstrap Dropdown on hover by CSS or jQuery

Want to display Twitter Bootstrap Dropdown on hover ? Here’s are some solutions. It can be done using CSS, jQuery Code or a jQuery Plugin
JavaScript debugging function similar to PHP var_dump / print_r

Debug JavaScript array or object as like PHP’s print_r or var_dump function. create your own javascript debugging function
JavaScript Regular Expression
JavaScript Regular Expressions are quite same as PHP Regular Expressions. Syntax var check = /pattern/modifiers; pattern specifies the pattern of an expression modifiers specify if a search should be global, case-sensitive, etc. Modifiers Modifiers are used to perform case-insensitive and global searches: Modifier Description i Perform case-insensitive matching g Perform a global match (find all […]
jQuery On Change Radio value

See how u can use radio button action with jquery. Get, set or compare selected radio button value.
Hex color validation with regex

Php code for validating hex color
PHP Regular Expression Character Definition

To user PHP regular expression with preg_match, preg_replace or other preg_ function, one should understand the characters that are used. Below listed all of the characters that are used in regex. List of Regular Expression Characters ^ // Match the beginning of the line . // Match any character (except newline) $ // Match the […]