Skip to content

Instantly share code, notes, and snippets.

@raribeiro
raribeiro / show_hide.js
Last active August 29, 2015 14:14
Simple show and hidden any component linked with upload in pure Javascript.
/**
* Show or hidden upload degree
*/
//Element action
var elUploadAction = document.getElementById('uploadDefaultButton');
//check if action is true
if(elUploadAction){