OXIESEC PANEL
- Current Dir:
/
/
home
/
u432548786
/
domains
/
it-tas.com
/
public_html
/
includes
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/13/2025 03:36:42 PM
rwxr-xr-x
📄
best-product.php
13.53 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
brands.php
726 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
css.php
1.63 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
db_config.php
215 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
delete_cart.php
298 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
feature-product.php
2.03 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
footer.php
4.6 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
header.php
17.88 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
js.php
1.23 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
orderwhatsapp.php
448 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
slider.php
483 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
Editing: js.php
Close
<script src="https://www.it-tas.com/js/bootstrap.min.js"></script> <script src="https://www.it-tas.com/js/select2.min.js"></script> <script src="https://www.it-tas.com/js/owl.carousel.js"></script> <script src="https://www.it-tas.com/js/main.min.js"></script> <script src="https://www.it-tas.com/js/custom.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#martsearch").keyup(function() { var searchbox = $(this).val(); var dataString = 'searchword='+ searchbox; if(searchbox=='') { } else { $.ajax({ type: "POST", url: "https://www.it-tas.com/autosearch.php", data: dataString, cache: false, success: function(html) { $("#display").html(html).show(); } }); }return false; }); }); $(function(){ $('body').on('click', '.datasearch', function(){ var $container = $(this).closest(".container-fluid"); var martsearch = $container.find("#martsearch").val(); // alert(martsearch); var url = "https://www.it-tas.com/item-search.php?martsearch=" + ($container.find("#martsearch").val()) ; window.location.href = url; }); }); </script> <script> $("#myBtn3").click(function(){ $("#myModal3").modal({backdrop: "static"}); }); </script>