What is PHP? Why PHP is used? How to use PHP?
In this article, I am going to give an introduction to what PHP is, why to use PHP and how to use PHP. Read on to find out more.
In this article, I am going to give an introduction to what PHP is, why to use PHP and how to use PHP. Read on to find out more.
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.
jQuery Add Options To Select from Array will help you add options dynamically to select dropdown from a pre-determined array. Read on to find out more about this simple solution.