All posts by: "admin"

About admin

  1. jQuery

    jQuery Focus Textbox When Div is clicked

    Have you ever wanted to focus textbox when div is clicked but always wondered how to do it? In this article, I am going to share with you a very easy way to automatically set focus to an input textbox when a Div is clicked,  using jQuery.  The actual code is just 1 line, so […]

  2. jQuery

    jQuery Disable Link onClick Examples – 1 line code

    Did you ever want to disable link onClick using jQuery but always wondered how to do it? In this article, I am going to share with you a very easy way to disable a hyperlink using jQuery. That means that whenever you click on a hyperlink, it will no longer navigate to the linked page […]

  3. jQuery

    jQuery Rollover Effects Examples

    Have you been wondering how to achieve rollovers using jQuery? If yes, here’s a collection of rollovers in jQuery. Rollover effects for different html elements are discussed with examples. Read on to find out more.

  4. jQuery

    jQuery Add CSS to Div Examples

    If you have always wondered how to add CSS using jQuery, then this article is a must read. In this article, I am going share very easy way to add CSS to a DIV or any element using jQuery. Read on to find out more.

  5. jQuery

    jQuery Remove CSS From Div Examples

    If you have always wondered how to remove CSS using jQuery, then you have come to the right place. In this article, I am going share very easy way to remove CSS from DIV or any element using jQuery. Read on to find out more.

  6. jQuery

    jQuery Check Null (object exists or not) Examples

    If you ever wanted to check the existence of an element of a web page or the lack of it, it can be done with  just 1 line of code. In this article, I am going to share with you an easy way to check if object/element exists or not using jQuery.

  7. jQuery

    jQuery Scroll To Top Of Page Examples

    If you ever wondered how to scroll to top of page using jQuery, then here is the perfect snippet for you. In this article, I am going to share two snippets that will let you scroll to top of page and even control the speed at which the scrolling takes place, thus allowing you greater […]

  8. jQuery

    jQuery Find (Absolute) Position Of Element Using Offset Examples

    Have you ever wanted to find absolute position of element using jQuery? In this article, I am going to show you how you can easily find position of a div or an element using jQuery very easily, with an example.

  9. jQuery

    jQuery Alert / Get DIV Title Examples

    If you ever wanted to alert Div title using jQuery but didn’t know how to do it, then you will find this article immensely helpful as I am going to share 2 ways to get div title using jQuery. By using jQuery, get title of any div or paragraph or any other element. Read on […]