How to Style a HTML file upload button in Pure CSS
Styling a html file upload button in pure css could be cumbersome if you've ever tried. Take a look at the following screenshot about how different »
Styling a html file upload button in pure css could be cumbersome if you've ever tried. Take a look at the following screenshot about how different »
Take notes. Organize. Color code. Carry on. When you are surfing the web and want to jot down a note, NoteOn and carry on. It will »
A light-weighted modal box is able to integrate with any web project. jQuery Plugin Github Demo justPopup justPopup justPopup justPopup justPopup justPopup .overlay { visibility: hidden; position: »
Auto-Save your content when editing in HTML input and textarea DOM element. jQuery Plugin Github Demo Clear Refresh (function(a){a.fn.autoSave=function(d,e) »
Create an easy-to-config simple tab with smallest code base. jQuery Plugin Github Demo Tab 1 Tab 2 Tab 3 Lorem ipsum dolor sit amet, consectetur adipiscing »
One click to scroll back to the top of the webpage. jQuery Plugin Github Demo Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce quis pellentesque »
In this tutorial, I am going to teach you how to log JavaScript to a Python HTTPServer[1]. For a front-end developer, this becomes very useful »
Static properties and methods are those that don't change from one instance to another, which can be used without having to create an instance of the »
Here are a list of Common Regular Expressions in Javascript. Note: I will constantly update this post if any common pattern comes into my mind. Any »
Different ways to copy object in JavaScript: 1) shallow copy Shallow copy keeps references to original objects, arrays or functions within the new object, so the »