14614 2
Convert html to word with images (Using Javascript OR Using jQuery plugin)
In this article, I have explained, how you can convert your html document into word .doc using jQuery plugin OR simply by using Javascript function.
Type
Article
3036 1
How to remove all Google maps marker using Javascript?

Hello, I was able to add multiple markers using javascript in google maps, but now I would like to remove them without reloading google maps. I was able to remove one using 'marker.setMap(null);' but how can I remove all markers at once using Javascript in Google Maps.

 

...
Type
Question
10224 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
2824 0
Send email from Javascript
In this article, I have provided sample code to send email using Javascript with smtpjs api.
Type
Article
1132 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

9435 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
1924 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
6174 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
3760 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
10375 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

Page 7 of 13