Latest Articles

  1. jQuery

    jQuery Select Multiple Classes Examples

    While dealing with CSS styles using jQuery, it might be desirable at times to make changes as per the requirements. And one of the requirement may be to select multiple classes. So in this article, I am going to share easy ways to use jQuery to select multiple classes. Read on to find out more.

  2. jQuery

    jQuery Selected Radio Button Value Examples (1 line code)

    Have you ever wondered how to use jQuery to  get selected radio value? In this article, I am going to show you two easy and simple ways to do that. Each method has only 1 line of code, so it’s super duper easy to follow along and implement it.

  3. jQuery

    jQuery Serialize Array to String Example

    Serializing an Array will let you convert an array into JSON format that you can post for AJAX operations. Here is a simple way to use jQuery to Serialize Array to String.

  4. jQuery

    jQuery Prevent Form Submit Examples – 2 Ways

    When dealing with jQuery and Forms, you may want to use jQuery to prevent form submit unless certain conditions are met. There are way to disable default form submission using jQuery and I am going to discuss 2 ways of doing it. Each of these ways have only 1 line of code so it’s super […]

  5. jQuery

    jQuery Get Selected Option Text Examples

    If you wondering how to use jQuery to Get Selected Option Text, you have come to the right place. In this article, I am going to show you how to do just that with just 1 line of code.

  6. jQuery

    jQuery Check for Element Exists Examples

    When using jQuery did you ever wonder how to check for element existence using a selector? In this article, I am going to show you how you can check if element exists or not on a page, using jQuery. You can use a selector or a class to find out if that related element exists or not. […]

  7. Articles

    jQuery Redirect Page After 5 Seconds Example

    Redirecting Page using jQuery will help you to redirect to a page and this can be done with  help of just 1 line of code. Examples to page redirection using jQuery are provided. Read on to find out more on how to do this. How to Redirect Page using jQuery – Examples Example 1: Redirect Page […]

  8. PHP

    Redirect Page PHP After 5 Seconds Examples (1 line code)

    You can use redirection in PHP to redirect to a page. Redirect page examples provided. Read on to find out more on how to do this.

  9. JavaScript

    Redirect Page Using After 5 Seconds Javascript Examples

    You can redirect page using JavaScript with  just 1 line of code. You also have the option of redirecting immediately or redirect after 5 seconds. Read on to find out more on how to do this.