Category Archive for: "Tips and Tricks"

  1. jQuery

    jQuery Empty Input Textbox | Textarea

    Did you want to clear the existing value of a form input i.e. clear Texbox and/or Textarea values using jQuery? It is very simple to do so. You can do it using just 1 line of code. Follow along.

  2. jQuery

    jQuery Disable Input Textbox Examples

     Using jQuery you can easily disable input. These input can be textbox, textarea, etc. Read on to find out easy it is to disable input using jQuery.

  3. jQuery

    jquery check for # (Hash) in URL

    Ever wanted to check if # (Hash) is present in URL, using jQuery? You can do that easily with few line of code.

  4. jQuery

    jQuery Detect Mouse (Left Click Right Click Middle Button Click)

    Did you ever use jQuery to Detect Mouse Click on a div or any other element using jQuery? In this article, I am going to discuss a simple and easy way to detect mouse click i.e. you will be able to detect left click, detect right click & detect mouse middle button click using jQuery.

  5. Tips and Tricks

    WordPress: Add TinyMCE to Textarea

    WordPress: Add TinyMCE to Textarea: Whether you are adding custom fields for your theme or building a plugin and would like to convert a textarea to use WordPress HTML/Visual editor, you can easily achieve this using just 1 line of code.

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

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

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

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