Rev 11752 |
Rev 12096 |
Go to most recent revision |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 11752 |
lgm |
1 |
<div id="subView" class="offers clearfix" style="display:none;">
|
| 11764 |
lgm |
2 |
<a href="<?php echo base_url().'recharge'?>" class="recharge-btn btn" onclick="changeRecharge('3')">Recharge Your Mobile Now </a>
|
| 11752 |
lgm |
3 |
</div><!--offers-->
|
| 10582 |
lgm |
4 |
<div class="search-box">
|
|
|
5 |
<div id="search" class="search-hldr clearfix">
|
| 10967 |
lgm |
6 |
<input type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q'])) echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
| 10582 |
lgm |
7 |
</div>
|
|
|
8 |
<div id="search-result"></div>
|
|
|
9 |
</div>
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
<script>
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
</script>
|