Create Stunning Full-Page Lightboxes with BaguetteBox.js
There are dozens of lightbox plugins and they’re all great for different reasons. Some work better on portfolio sites while others are best for resp…
There are dozens of lightbox plugins and they’re all great for different reasons. Some work better on portfolio sites while others are best for resp…
Web Workers is a JavaScript API that allows you to run scripts in a separate thread from the main one. It can come in handy when you don’t want any …
Many web applications support user input and it’s great to let users edit their text with formatting. Bold text, headings, links, underlines, all of…
JavaScript alert pop-ups are loathed by pretty much everyone. They force your attention and overtake the browser, so you need to close them before you…
It’s always been pretty simple to create grids with jQuery, using plugins and free tutorials from developers. However, masonry grids are tougher to …
You’ll see this feature a lot on big sites such as TechCrunch and Mashable. You’ll be reading an article and notice that an entire sentence is hig…
Web animation is easier than ever before, with pure CSS3 animations becoming the norm. But, JavaScript is still incredibly valuable and it’s one of …
Everyone knows about tooltips and there are dozens of free resources to help you make them. However, custom message bubbles or “poppers” are also …
Parallax effects grab attention fast. These effects keep certain backgrounds in view while scrolling down the page. You’ll find parallax scrolling o…
There are tons of free animation libraries all with different effects and specialties. But, the new Particles.js library goes a totally new direction …
Most browsers have the CTRL+F functionality to search and find whatever the user is looking for. But, this feature isn’t supported on mobile devices…
How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it’s done for one reason: …