Fixed some errors.

This commit is contained in:
Batuhan Berk Başoğlu 2024-05-17 18:44:31 -04:00
parent 37661b3ee7
commit 5b158a4282
4 changed files with 320 additions and 3 deletions

View file

@ -170,7 +170,7 @@ $(document).ready(function(){
url : "action.php",
method : "POST",
data : {search:1,keyword:keyword},
success : function(data){
success : function(data){
$("#get_product").html(data);
if($("body").width() < 480){
$("body").scrollTop(683);