Category Archive for: "jQuery"

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

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

  7. 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.

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

  9. jQuery

    jQuery Center Div Example

    Love jQuery? Need a quick way to center div in window? In this article I am going to show you how to center div using jQuery.