1602 0
Password and Confirm password validation using Javascript
In this article, I have mentioned how we can validate password and confirm password to be same using javascript and jQuery.
Type
Article
22355 6
Read Excel file using Javascript (XLSX or XLS)
In this article, I am going to explain how you can read or parse excel file using javascript and show it's content in HTML table. Explained for both .xlsx or .xls file
Type
Article
802 0
Uncaught Error: "Cannot use import statement outside a module"
In this article, I have mentioned how we can resolve Uncaught Error: "Cannot use import statement outside a module" In ES6 Javascript or NodeJs.
Type
Article
2978 0
Encrypt and Decrypt string in Javascript
In this article, I have mentioned how we can Encrypt and Decrypt string or text in Javascript to secure text.
Type
Article
2066 1
How to convert iso date to date-format JavaScript?

I have received date in ISO format fom server-side, like this '2022-09-25T02:00:00Z' and I would like to convert it to another date format like dd-MM-yyyy or yyyy-MM-dd, then how can I do it using Javascript? I would like to know quick and easy solution.

...
Type
Question

3800 0
Toggle Password input field using Javascript (Show/hide password)
In this article, I have provided working example to show or hide (toggle) password input field using Javascript, with an example.
Type
Article
10431 2
Read PDF file using Javascript
In this article, I have provided example to read content of pdf file using Javascript with code explanation.
Type
Article
1597 0
Convert Image to base64 string using Javascript
In this article, I have mentioned few possible ways to convert image to base64 in Javascript (JS) with working examples.
Type
Article
3025 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
905 0
Convert seconds to hh:mm:ss using Javascript
In this article, I have mentioned how we can convert seconds into hours/minutes/seconds (hh-mm-ss) using Javascript.
Type
Article

Page 4 of 13