Is there a way of having the fake loader reload on every button click without it waiting for page reload
<div id="fakeLoader"></div>
<script type="text/javascript">
$("#fakeloader").fakeLoader({ timeToHide:1200, //Time in milliseconds for fakeLoader disappear
zIndex:"999",//Default zIndex
spinner:"spinner1",//Options: 'spinner1', 'spinner2', 'spinner3', 'spinner4', 'spinner5', 'spinner6', 'spinner7'
bgColor:"#2ecc71", //Hex, RGB or RGBA colors
imagePath:"yourPath/customizedImage.gif" //If you want can you insert your custom image
});
</script>