Font Awesome icons and their CSS content values

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS. You can download the fonts from here Font Awesome is a web …
Get the selected value from multiple radio boxes having same name
The following code is used to get the selected radio button value by name
Get the value of the select box in ie
We can’t access the option value using javascript on Internet Explorer using the normal javascript method.ie we cant get the value of the select box in ie IE is looking for the value attribute. It looks like other browsers are …
Call fancybox on page load
Some time we need to show an message in popup when someone enters in our website.Its easy to call fancybox on page load when we use fancy box make sure you have included fancybox core files and jQuery Here is …