discount sale
  • Days
  • Hrs
  • Mins
  • Secs
20% Off

Use coupon code 'FEB26' Limited Offer!!

Installation Guides

To get the installation and activation instructions, select the corresponding plugin name from the below list.

'); var statusdiv = $form.find('.comment-status'); var formurl = $form.attr('action'); $.ajax({ type: 'post', url: formurl, data: formdata, beforeSend: function() { statusdiv.html('

Please wait...

'); }, error: function(XMLHttpRequest, textStatus, errorThrown) { statusdiv.html('

You might have left one of the fields blank, or be posting too quickly

'); }, success: function(data, textStatus) { if (data == "success" || textStatus == "success") { statusdiv.html('

Thank you for your comment! It will be reviewed and posted shortly.

'); setTimeout(function() { statusdiv.fadeOut(300, function() { $(this).remove(); }); }, 5000); } else { statusdiv.html('

Please take a moment before submitting another comment.

'); $form.find('textarea[name=comment]').val(''); } } }); }); }); });