Wednesday, May 5, 2021
Export HTML table to Excel file
›
<!-- https://github.com/linways/table-to-excel --> <script src="https://cdn.jsdelivr.net/gh/linways/table-to-excel@v1.0.4/dist...
Wednesday, February 3, 2021
Simple way to find Index value from JSON Array
›
Simple way to find Index value from JSON Array var data = [{"name":"placeHolder","section":"right"}...
Tuesday, February 2, 2021
Add days to a Date using JavaScript
›
Many times I have face this issue, and hope you too.. this is simple 3 line of code will help and fix this problem. let days =7 ; // we are ...
Thursday, January 28, 2021
JavaScript to get index from a JSON object with value
›
In modern browsers you can use findIndex: var students = [ {id: 100 }, {id: 200}, {id: 300}, {id: 400}, {id: 500} ]; var index ...
Tuesday, January 5, 2021
Displaying a number in Indian format using JavaScript
›
Indian money format function function INRCurrencyFormat(x){ x=x.toString(); var afterPoint = ''; if(x.indexOf('....
Wednesday, December 16, 2020
15 ‘Hacks’ In JavaScript
›
15 ‘Hacks’ In JavaScript Enjoy working with these simple wow JavaScript hacks. Learning JavaScript language is easy but using it to develop...
Saturday, December 5, 2020
Reset VBA Password
›
Reset VBA Password 1) Rename XLSM to Zip extension. 2) Don't extract this zip, but Open the file with 7-Zip 3) Copy file from xl -> ...
‹
›
Home
View web version