In this article we will discuss to remove the whitespace from both sides of the string by using JavaScript. We should use trim() method for removing whitespace.
In this article we will discuss how to length of the string variable in JavaScript using length property.
In this article we will discuss how to convert string to uppercase and lowercase using JavaScript. In JavaScript we can convert to Uppercase by using toUpperCase() method and for lowercase by toLowerCase() method.
In this article we will discuss how to add single quotes inside a string using JavaScript. This was achieved by two methods
In this article we will discuss how to concatenating string using JavaScript . Concatenating is achieved by two methods. You could use + operator or by concat() method.
In this article we will discuss how to convert strings to numbers using JavaScript. There are different methods available in JavaScript to convert.
In this article we will discuss how to load jquery from local server if CDN is down. In some cases network of CDN might be down that time it helps load from local server.
This is needed when you want to remove the last character if it is question mark (?). Using Jquery we can remove using the keyword slice.
In this Article, I explain how to get selected dropdown text and value using jquery in asp.net. Here I am using jquery 1.8.3 for achieve this. Here I demonstrate a simple example of binding a country with dropdownlist.
Every decent programming start with a "Hello, world!" example, before you can start writing your own code, but just to make sure that everything is working, and for you to see how simple jQuery is, let's kick off with a little example: