c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "JavaScript"

How to remove the whitespace from both sides of the string by using JavaScript?

| | Category: JavaScript

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.

How to find the length of the string variable in JavaScript?

| | Category: JavaScript

In this article we will discuss how to length of the string variable in JavaScript using length property.

How to convert string to uppercase and lowercase using javascript?

| | Category: JavaScript

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 add single quotes inside a string using JavaScript?

| | Category: JavaScript

In this article we will discuss how to add single quotes inside a string using JavaScript. This was achieved by two methods

How to Concatenating string using JavaScript?

| | Category: JavaScript

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 convert strings to numbers using JavaScript?

| | Category: JavaScript

In this article we will discuss how to convert strings to numbers using JavaScript. There are different methods available in JavaScript to convert.

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

| | Category: JQuery

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 remove last character if it is (?) question mark?

| | Category: JQuery

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.

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

| | Category: JQuery

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?

| | Category: JQuery

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