1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-22 19:52:40 +00:00

Add the AJAX loading animation for when data needs to be pulled

The loader is set to display:none; unless given an event through jQuery
This commit is contained in:
alopexc0de 2014-06-22 21:21:32 -04:00
parent e81d809f36
commit 4a570655b1
2 changed files with 23 additions and 0 deletions

View File

@ -37,6 +37,16 @@
</span>
</div><!-- /input-group -->
</form>
<div id="message">
<div id="theLoader">
<div class="wrap">
<div class="loading">
<span class="title">loading....</span>
<span class="text">Please Wait</span>
</div>
</div>
</div>
</div>
<?php if(isset($_GET['errmsg'])){ ?>

View File

@ -37,6 +37,19 @@
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td>
<div id="theLoader" style="padding-left:10%;">
<div class="wrap">
<div class="loading">
<span class="title">loading....</span>
<span class="text">Please Wait</span>
</div>
</div>
</td>
</tr>
<tr class="success">
<td></td>
<td class="centertab"><a href="#">1</a></td>