Tuesday, December 21, 2021
13 Useful Websites You Wish You Knew Earlier
›
1. Vocalremover.org Vocalremover separates the music from the vocals in with a powerful AI algorithm. Upload an mp3 file and let the algorit...
1 comment:
Tuesday, December 14, 2021
Convert Number, String, Float and Format JSON
›
1) Convert to String To quickly convert a number to a string, we can use the concatenation operator (+) plus followed by an empty set of qu...
Monday, December 13, 2021
Get Query Params
›
window.location object has a bunch of utility methods and properties. We can get information about the protocol, host, port, domain, etc fro...
Few Javascript or JQuery Tricks for array and operators
›
1) Empty an array var arr = [10 , 20 , 30 ]; arr.length = 0; // arr will be equal to []. 2) Truncate an array using length Like the previou...
Tuesday, September 21, 2021
Calculate date difference using JQuery
›
Simple way to get days between 2 dates... var date1 = new Date("12/13/2021"); // MM/dd/yyyy var date2 = new Date("0...
Tuesday, August 17, 2021
Cheat Sheet - CSS, JQuery Selectors and Filters
›
* All elements. element Basic selector defined by the elements name. IE – the <p> tag. .class Elements specified by a sp...
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...
‹
›
Home
View web version