You Are Viewing Posts Under Category: JavaScript Codes

JavaScript Confirmation POPUP To Run Next Function Or Go Back
| September 28th, 2017 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesA confirmation dialog box is mostly used to take user’s consent on any option. It displays a dialog box with two buttons: Cancel. If the user clicks on the OK button, the window method confirm() will return true. If the user clicks on the Cancel button, then confirm() returns false. You can us...
Dynamically Add/Delete Form Fields Elements Using Pure JavaScript
| September 18th, 2017 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesOk so someone at work has built a form and then the boss comes back and says he wants to cross sell the products entered into the input fields by dynamically creating a list with links to alternative products and accessories. Unfortunately the person who has built the form page is away so you’ve g...
Simple HTML5 And JavaScript Drag And Drop Snippet
| September 16th, 2017 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDrag and Drop (DnD) is powerful User Interface concept which makes it easy to copy, reorder and deletion of items with the help of mouse clicks. This allows the user to click and hold the mouse button down over an element, drag it to another location, and release the mouse button to drop the element...
Tiny Grid Masonry Pure JavaScript Library For Web
| November 27th, 2016 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesWhen you float objects in CSS, the browser arranges elements first horizontally then vertically. When we fill a container with a bunch of equally sized objects and float them left, we get a nice grid of images. The term Masonry layout probably owes its name to the popular Masonry plugin that is used...
Get Social Share Counts Of URL With Pure JavaScript
| November 23rd, 2016 | 2 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDo you want to show your url share count of pinterest, facebook, twitter and google plus to your user then its time to get total social share counts of url with pure javascript little script. socialcount.js is a tiny JavaScript library for getting the counts that a specific website (URL) has been sh...
Change CSS Image On Every Reload Of Blog Or Website
| July 31st, 2016 | 6 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesCSS Customization is now trending in web designing and development and many designers are using custom CSS to stylify there blog or websites. But when your blog or website will have only one design for every users then it will look same to everyone but when you will give different CSS to everyone. S...










