All posts by: "admin"

About admin

  1. Tips and Tricks

    WordPress Get Category Name by ID : Inside or Outside loop

    WordPress Get Category Name by ID: It is very simple and easy to get category name by category ID, inside or outside loop in WordPress. You can do it by using just 1 line of code. Read on to find out more.

  2. Articles

    jQuery Select Title Of Any Element Examples

    Wondering how to select title of a html element using jQuery? In this article, I am going to share a very simple way to get the title of any html element, be it a div, hyperlink, image, or any other html element.

  3. jQuery

    jQuery Create DIV Examples (4 Easy Ways)

    Did you always wonder how to use jQuery to create div?  In this article, I am going to show you 4 ways of creating div using jQuery.

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

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

  6. Articles

    jQuery Ajax Error Handling Function

    Have you ever wondered what went wrong when working on jQuery Ajax operations? It could be a painful experience to try to find out the bugs or the root of the problem when you don’t know what exactly is the problem. In this article, I am going to share with you a simple way of […]

  7. Others

    What is jQuery Mobile? Why jQuery Mobile? How to use jQuery Mobile?

    If you have already heard about jQuery, then your next questions could be: What is jQuery Mobile? Why jQuery Mobile? How to use jQuery Mobile? In this article, I am going to answer these questions. If you do not know what jQuery is, then refer to our easy to understand tutorial on jQuery.

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

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