jquery for refreshing only div content

jquery for refreshing only div content


<script>
jQuery(document).ready(function(){
jQuery("#amot").change(function() {
//var file_name="components/com_virtuemart/themes/default/templates/common/shopIndex.tpl.php";
jQuery("#coupon-box").load("index.php #coupon-box")
return false;
});
});
</script>

You may also like...

Creating a Shopify App using Laravel How to Create Custom WordPress Plugin? How to Build a Telegram Bot using PHP How to Convert Magento 2 into PWA?