Get and Set the select box value

November 24, 2010 by Shivaprasad  
Filed under JavaScript, Scripts

Learn how to Get/Set the value from the select box or combo box using JavaScript! In this article, we have two simple functions which will do that job.

 Read more

Load external javascript file after the page load

November 19, 2010 by satz  
Filed under HTML, JavaScript, Scripts

This article explains how to load external javascript files after the page is loaded. This article will be helpful to improve the page load speed. Read more

How to detect browser type & version using jQuery

October 6, 2010 by satz  
Filed under Scripts, jQuery

How to detect browser type & version using jQuery

jQuery.browser is one of the properties of the global jQuery Object. The property “$.browser” or “jQuery.browser” enables to detect which web browser is accessing the page. It is very useful while in need of serving unique contents for different browsers.

Read more

« Previous PageNext Page »