Often it is advisable to check file MIME type before upload. Here are the steps to check file MIME type with JavaScript before upload.
How to Replace Line Breaks With <br> in JavaScript
How to Detect When User Leaves Page
Often you may need to detect when users your website or application. Here is how to detect when user leaves page.
How to Generate PDF from HTML Using JavaScript
You may need to allow your websites and applications to export HTML as PDF. Here is how to generate PDF from HTML using JavaScript.
How to Auto Resize IFrame Based on Content
Sometimes you may need to auto resize Iframe based on content. Here is how to do this using JavaScript.
How to Count Substring Occurrence in String in JS
How to Convert Comma Separated String into JS Array
Sometimes you may need to convert comma separated string into JS array. Here are the steps to do it.