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