I have loading GIF with bellow code
<style>
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 100000000000;
background: url('Preloader_11.gif') center no-repeat #fff;
}
.se-pre-con::before {
content: 'Please Wait...';
z-index: 9999;
width: 30%;
height: 10%;
margin: 28% 35%;
position: absolute;
text-align: center;
font-size: 16px;
}
</style>
<div class="se-pre-con" id="loading" style="display: none;"></div>
Preview of above code
loading Prview
I want to change content of .se-pre-con::before
for different ajax from jquery to display different massages for different processes