jQuery Preload Images Using Custom Function Example
Have you ever wanted to speed up the process of preloading images using jQuery? Here is an excellent way to use jQuery to preload images.
Have you ever wanted to speed up the process of preloading images using jQuery? Here is an excellent way to use jQuery to preload images.
Have you ever wanted to use jQuery to move a div along with all its content into another div? It is possible using jQuery. This can be really helpful when you have elements on the page that are dynamically created. Read on to find out how you can move a div into another div.
If you have wondered if it is possible to create a rollover for an image using jQuery, then the answer to it is: “Yes”! In this article by using a simple example, I am going to show you how to use jQuery to create Image Rollover effect.
Ever wondered how to get the value of of a form element using jQuery? In this article, I am going to show you different ways to use jQuery to get value of input elements.
At some point of time, you may be required to change the source of a hyperlink using jQuery. In this article, I am going to provide you with a simple 1 line solution to change href of a hyperlink dynamically using jQuery.
At times, it could be very useful to use jQuery to Get Selected Option Index value for carrying out relevant processing. In this article, I am going to show you a very easy and simple way to get selected option index value using jQuery. And the actual code is just 1 line, so it’s super easy […]
Here is a little trick to get current url of a web page using jQuery.
In jQuery, it’s possible to check if element is visible or hidden. This state of the element can be found out and based upon it, necessary processing can be done. Read on to find out more about this.
WordPress Add Content After Post Automatically – If you are a WordPress theme developer, at some point of time or other, you may have wanted to add content after post automatically. Here is a neat snippet that let’s you do exactly that with just few lines of code.