Subversion Repositories SmartDukaan

Rev

Rev 11521 | Rev 11764 | 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;">
2
   <a href="<?php echo base_url().'recharge'?>" class="recharge-btn btn" onclick='if( typeof _gaq != "undefined" && _gaq != null) { _gaq.push(["_trackEvent", "Recharge2", "Recharge Type", "Mobile"]);}'>Recharge Your Mobile Now </a>
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>