You Are Viewing Posts Under Category: JavaScript Codes

Automatically-Redirect-To-Another-Page-With-Countdown-Timer-In-JavaScript

Automatically Redirect To Another Page With Countdown Timer In JavaScript

You may have seen this feature used by sites with full page ads, or to redirect visitors to the site’s new domain name. You can add also a timer to the script that will allow the page to redirect and the visitors will not need to click a link or type in the new URL. […]...
Check-Uncheck-All-HTML-Checkbox-Tags-Using-JavaScript-On-Click

Check/Uncheck All HTML Checkbox Tags Using JavaScript On Click

If we have a series or a group of check boxes then we can provide one button to check all the checkboxes at one go and another button to uncheck all the checked buttons by using client side JavaScript. This way the user in a single attempt can check or uncheck all the buttons. Note […]...
Add-Multiple-File-Upload-HTML-Tag-In-Form-Using-Pure-JavaScript

Add Multiple File Upload HTML Tag In Form Using Pure JavaScript

So, you need to get files from your user’s browser to your server. Not just one file though. A whole bunch. A batch even. And each file needs to be able to have its own meta data sent with it, i.e. Title, Caption, Copyright, Tags, etc. And asking your user to send them one at […]...
Pure-JavaScript-Auto-Filter-Continent,-Country,-City-HTML-Dropdown-List

Pure JavaScript Auto Filter Continent, Country, City HTML Dropdown List

Do you want to make a user friendly form while user is entering their country, state or city by giving them option rather then making them type. If they will type there data then there are 99% chances that they can make some mistake that later your Code cant filter out while reporting so instead [&h...
Top-6-Easy-Performance-Optimizations-In-Java

Top 6 Easy Performance Optimizations In Java

Optimizing your Java code requires a legal analysis of how it functions. There are a few factors that influence performance improvement, similar to refuse accumulation, OS settings, and virtual hardware. Here are the best Six Simple Performance Improvements in Java:...
Latest-JavaScript-Interview-Questions-&-Answers

Latest Javascript Interview Questions & Answers

JavaScript is the true calling for self-driven and aficionado technocrats. The industry is creating a vast and remarkable job pool for both experienced and fresher professional. If you also have a right skill like a JavaScript course and training from a reputed institute like Koenig Solutions then y...
Show-Hide-Child-Sub-Menu-Vertically-Using-Pure-JavaScript

Show/Hide Child Sub-Menu Vertically Using Pure JavaScript

Do you have many menus to view in your sidebar and have to save web page space on your blog or website too to make it look better then the first step is to organize your menu links under category so it will be easy for user to go to their desire link easily and […]...