Make Floating toggle menu with Collapzion.js

Collapzion.js is a lightweight jQuery plugin that adds a floating material designed toggle button on the webpage.

The button contains some child items with its own actions which will show and hide when clicking on the toggle button.

In this tutorial, I show how you can create a floating toggle menu using Collapzion.js.

Make Floating toggle menu with Collapzion.js

 

Read more

Delete the uploaded file from Dropzone.js – PHP

With the Dropzone.js script you can easily implement drag and drop file upload functionality on your website.

But by default, it only allows file uploading with no file removal option.

For enabling the remove link following with the uploaded file preview require to explicitly initialize the dropzone and define the options.

Delete the uploaded file from Dropzone.js – PHP

Read more