4138 0
Get File Size in MB/KB using Javascript
In this article, I have mentioned how we can get file size in Mb or KB using javascript or jquery
Type
Article
4078 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
3973 0
Best Javascript Charting Libraries
In this article, I have provided list of various top quality Javascript chart libraries, which is useful for front-end developers and should be used in web-applications to show data efficiently.
Type
Article
3918 3
How to get difference between two dates in javascript?

I would like to get Difference between two dates using javascript or jQuery in simple way.

How can I do that, for example

...
Type
Question
3876 0
Word count using Javascript (jQuery or Pure JS)
This small snippet of code, help you create Word count tool using JavaScript for creating an abstract guideline tool
Type
Article

3645 2
How to get response data from XMLHttpRequest?

I was trying to get location by calling google maps API using javascript and wanted to know how to get response text/data after request is successfully sent.

Here is my javascript code:

...
Type
Question
3600 0
Creating Toggle (Switch) button using Javascript and HTML
In this article, I have mentioned how we can create toggle button using Vanilla JavaScript and HTML/CSS with an example
Type
Article
3599 3
what's the difference between javascript substr and substring?

What's the difference between the javascript substr and substring, which is better to use and when?

...
Type
Question
3480 1
Error "TypeError: Cannot read property 'classList' of null"

Hello, I am trying when simple code to add datepicker in javascript using below HTML and Javascript Code, but I am getting error "TypeError: Cannot read property 'classList' of null", how can I resolve it?

cannot-read-properties-of-null-reading-classlist-min_sgpbi5.png

HTML/JS Code

...
Type
Question
3478 2
how to loop on JSON result & show it to user using jquery?

I am getting JSON result from my C# MVC controller into front end using Ajax call

...
Type
Question

Page 8 of 13