9697 0
Create a simple calculator using Javascript
In this article, I have explained how you can easily create a simple calculator using javascript's eval function (step by step tutorial with demo)
Type
Article
2543 0
Send email from Javascript
In this article, I have provided sample code to send email using Javascript with smtpjs api.
Type
Article
961 1
How to remove element from an array in Javascript?

I am looking an easy and quick way to remove any element from an array in javascript, I can see there is way to add or remove new element in javascript using shift/unshift, but what about when I want to remove element from a specific position in an array? Something like this

...
Type
Question
8643 2
How to enable JavaScript debugging in visual studio 2019 or 2017

How Can I enable Javascript debugging in Chrome using Visual Studio 2017 or 2019? I have been using Visual Studio 2017, but I am not able to debug Javascript code by placing debug in the Visual Studio Javascript code.

So, how can I achieve it and check line by line output of the Javascript code? I have checked this article ("How to debug in visual studio? ( Tutorial to debug C# code )") but it shows debugging C# code in Visual Studio.

...
Type
Question
1750 2
How do I clear local storage using javascript?

Hello, I am able to add localStorage using Item keys using Javascript, with below sample code

...
Type
Question

5624 0
Read or Generate QR Code using Javascript
In this article, I will provide you sample JavaScript code to read or generate qr code, basically how to generate qr code using Javascript.
Type
Article
3585 1
How to remove all special characters using Javascript?

Hello, I want to remove all special characters using javascript, so which is the best method to do it? For example, I have a string "#number 1 \ number 2", how can I get output as 

...
Type
Question
9334 0
Convert Text to HTML using Javascript
In this article, I have provided working example with code to convert plain text into HTML using Javascript or jQuery.
Type
Article
5979 3
Read Excel file on page load from url and show contents

My question is regarding this article "Read Excel file using Javascript". It is very useful script and I was searching it from long time.

Basically, I want to open address.xlsx automatically and read it, when I open html file in browser, don't want to browse file and then read/show the Excel output. How can I do it.

If possible, I would like to add, an input text-box with ability of search excel data displayed table.

Thanks

...
Type
Question
6957 2
Adding Multiple markers in Google Maps using Javascript API?

I am folllowing this tutorial "Using Google maps Javascript api in HTML (Show location with Marker)" but as this example shows how to add only one location with marker in google maps. I would like to add multiple markers in multiple locations of maps. How can I do it. Suppose I have following locations in an array:

...
Type
Question

Page 7 of 13