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 calculate characters and words typed in textbox using JavaScript ?

| | Category: JavaScript

In this article, I will show you to calculate how many words have I typed in a textbox using javaScript. With the help of below code, when the user enters some text in a textbox it calculate word count on a JavaScript keyup event.

How to create popup window in JavaScript (Open another window)?

| | Category: JavaScript

In this article, I will show you to open a popup window using JavaScript. You can customize the new window open features such as directories, width, height, location, resizable etc.

How to display sum of two textbox values in third textbox automatically?

| | Category: JavaScript

In this article, I will show you how to add numbers in html using onkeyup() event in JavaScript. Here, when the user enters the values in the first two textbox values without pressing any buttons it sums the values automatically in the third textbox.

How to get text using document getelementsbyclassname example ?

| | Category: JavaScript

The getElementsByClassName will return a list of array elements using the array length through looping you can get the innerText property of the each element.

url encoder decoder (url code convertor) in jQuery

| | Category: JavaScript

You can find the current page url using $(location).attr(‘href’) and then encode/decode web url string by JavaScript method.

[Dynamic textbox] How to create textbox in jQuery?

| | Category: JQuery

In this article, I will show you how to create a textbox control dynamically in JQuery. You can add textbox using keyword attr and pass a parameter of textbox attribute fields such as text, name, id etc. and append to the div element.

Download div content on button click using javascript

| | Category: c# .net

In this article, I will show you how to download div content using javascript on button click. To save the content of the div you need to trigger the click event and get downloaded from the innerHTML using elementId.

after ajax load AddThis is not working

| | Category: JQuery

Addthis is not working when I load dynamic content on button click. It was resolved by adding the script on page Load.

How to create dynamically popup dialog for delete button using JQuery?

| | Category: JQuery

You can create design dynamically popup dialog using jQuery on delete button click using the following script block. When the user clicks the yes button you can write code for deletion.

How to validate domain name using jQuery ?

| | Category: JQuery

This JavaScript function helps you to check whether the domain name is valid or not using RegExp.

Page 4 of 9