Latest posts on tagged on "JavaScript"

How to convert string to uppercase and lowercase using javascript?

24 April 2016

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.

How to Concatenating string using JavaScript?

24 April 2016

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.

How to load jquery from local server if CDN is down ?

21 April 2016

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.

How to get selected dropdown text and value using jquery in asp.net?

28 March 2016

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.

Hello world using Jquery?

6 March 2016

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:

Page 8 of 9