All posts by: "admin"

About admin

  1. PHP

    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.

  2. jQuery

    jQuery Image Rollover Effect Example

    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.

  3. jQuery

    jQuery Value ( val() ) Examples

    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.

  4. jQuery

    jQuery Change href (Hyperlink) Examples

    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.

  5. jQuery

    jQuery Get Selected Index Examples – 2 Ways

    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 […]

  6. jQuery

    jQuery Get Current URL Examples (2 Ways)

    Here is a little trick to get current url of a web page using jQuery.

  7. jQuery

    Use jQuery Hidden Selector To Check If Element Is Visible Or Hidden

    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.

  8. Snippets

    WordPress: Add Content After Post Automatically

    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.

  9. jQuery

    jQuery Add Options To Select from Array

    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.