Check for Empty Elements
Here shown how to define a Custom Selector
jQuery doesn't really have an .hasAttr() function. You might assume that it does, but alas, it does not.
How to calculate distance between Mouse and Element
The <noscript> tag is used to provide an alternate content for users that have disabled scripts in their browser or have a browser that doesn’t support client-side scripting. The noscript element can contain all the elements that you can find inside the body element of a normal HTML page. The content inside the noscript element will...
:first and :last (take the first element or the last element)
Copying Folders With All Contents Including Other Folders. VB.net 2010 does not have a built in code to copy full folders with their contents but only files(one by one)!!! But you can do it by this code
Here shown how to center an element on screen
Associative Array Syntax
Example shown here how to Reuse Your Element Searches
The "WITH CHECK OPTION" is used to indicate that Oracle will prevent any changes to the table or view that would produce rows that are not included in the subquery. When used in the subquery of a DML statement, you can specify this clause in a subquery in the FROM clause but not in subquery in the WHERE clause.
Javascript function to check or uncheck all the checkboxes in a form.
Check if Number is Even/Odd
This will check an email, to see if it is in a valid format.
Javascript append function "DOM Append Text and Element Functions"
ASP code example to check reciprocal link
ASP code snippet to check Reciprocal Link
Check if Checkbox is Checked
Visual Basic code to check if value is decimal.
PHP is_assoc_array function to check if given array is associative or not