Μηνιαία Αρχεία: Φεβρουάριος 2021
Μικρά χρήσιμα script
//Αλλάζει κείμενο σε div $(‘.cart-items’).text(response); //Επιστρέφει κείμενο στο success toastr.success(‘<?php echo site_phrase(‘added_to_the_cart’); ?>’); //Κλείνει το modal jQuery(‘#large-modal’).modal(“toggle”); //Κάνει update συγκεκριμένο div $(‘#cartinstoreright’).load(location.href+” #cartinstoreright>*”,””);;
If statement php σε μια γραμμή
<?php echo $row[‘status’] == 1 ? “checked” : “”; ?>