The 1st of April is getting very close and I’m sure we’ll see lots of fake news or fun stuff going around on websites that day. For anyone willing to implement a quick joke to their websites, Fool.js, a jQuery plugin reaches to help.

Fool.js

The plugin can feature various jokes including “falling scrollbar”, “displaying annoying videos”, “hiding random elements”, “turning the page upside down” and more. All of these can be called with a single jQuery function that can be attached to any event.

There is also a pure CSS alternativeaprilFools.css which can again perform some crazy stuff.

Requirements: jQuery
Compatibility: All Major BrowsersGithub: https://github.com/wesbos/aprilFools.css
0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

five × 3 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Spectrum – Perfect jQuery Color Picker Plugin

Spectrum is a jQuery colorpicker plugin that probably comes with all the features you are looking for. It is image-free (only CSS and JS) and can be used for all browsers or only as a polyfill for the input[type=color] of HTML5.

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.