Category Archive for: "jQuery"

  1. jQuery

    jQuery Textarea Value Examples (Using Get, Set, Append)

    Ever wondered how to Get Textarea value, Set Textarea value & Append to Textarea value using jQuery? In this article, I am going to show you easy ways of doing all the above. Actual code is just 1 line, so it’s super easy to follow and implement.

  2. jQuery

    jQuery Document Ready with Shortcuts / Shorthand notation

    Did you ever want to trigger an action automatically upon page load? You can now do it using document ready function. In this article, I will be discussing different ways of using jQuery document ready with Shortcuts / Shorthand notation.

  3. jQuery

    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.

  4. jQuery

    jQuery Move DIV into another DIV – 2 Very Easy Ways

    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.

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

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

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

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

  9. jQuery

    jQuery Get Current URL Examples (2 Ways)

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