It may be useful to identify the version of jQuery library being used on a page. This article show multiple ways how to identify which version of jQuery is used on the page.
Comments closedCategory: jQuery
Getting and setting the value and the text of a selectbox using jQuery is very simple. Get selectbox value, get selectbox text, set selectbox value, set selectbox text, get selectedIndex, set selectedIndex ,etc. using jQuery are mentioned in this article.
Comments closedPre-loading the images is often necessary when using a new image content which was never used before on the page. This article shows the easiest way to pre-load the images with jQuery.
Comments closedThis article explains how to load external javascript files after the page is loaded. This article will be helpful to improve the page load speed.
Comments closedjQuery.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.
Comments closed