Category Archive for: "Tips and Tricks"

  1. jQuery

    jQuery Replace Dot Or Period Examples

    Ever wanted to replace Dot or Period using jQuery? In this article, I am going to show you how to easily replace a dot or a period with any other character using jQuery.

  2. Snippets

    Call / Include / Load Latest jQuery Version in WordPress Theme / Plugin

    If you are wondering how to Call / Include / Load Latest jQuery Version in WordPress Theme / Plugin, then look no further! In this article, I am going to share a very simple way that use can use to always load the latest jQuery version either in your Theme or Plugin or both. Read on […]

  3. Tips and Tricks

    How to Customize WordPress Image Caption

    Have you ever wanted to customize WordPress Image Caption because you hated the way it appears by default in your articlet? By default, the styling of an image caption & its associated image is not that great. In this article, you can easily learn how to customize wordpress image caption by using CSS.

  4. jQuery

    jQuery Focus Examples – Set Focus on Textbox, Textarea, Select, Checkbox, Radiobutton

    Have you ever wanted to set focus on Textbox, Textarea, Select, etc. using jQuery, but didn’t know how to proceed? In this article, I am going to share a very easy and simple way to set focus in jQuery. Actual code is just 1 line, so it’s super easy to follow.

  5. jQuery

    jQuery Check Element Type Examples

    Did you want to check if element type is Div, Input, Blockquote etc.? In this article, I am going to share a very easy way to use jQuery to check the element type.

  6. jQuery

    jQuery Arrow Keys Binding Examples

    jQuery Arrow Keys: Have you ever wondered how to bind arrow keys using jQuery? Let’s say that you want to enhance your user experience to a website by using jQuery or you want to trigger an action when certain key, such as the Up arrow key or Down arrow key, etc. is pressed, do you know […]

  7. jQuery

    jQuery Reset Radio Button Examples

    Have you ever wondered how to use jQuery to reset radio button once it is selected, using jQuery? In this article, I am going to share easy ways to reset a radio button and/or reset all radio buttons.

  8. jQuery

    jQuery innerHTML Examples

    If you have heard about jQuery innerHTML, then at some point of time or other, you must have wondered how to use jQuery to replace innerHTML of Div. In this article, I am going to share some examples on how to do just that.

  9. jQuery

    jQuery Get Class Examples

    Have you wanted to get class of an element or list of all class applied to an element using jQuery? In this article, I am going to share an easy way to do just that. Actual code is just 1 line, so it’s super easy to follow along.