Welcome visitor you can
login
or
create an account
.
Home
Who We Are
Design Categories
Special Offers
Tutorials
Press Releases
Other News
Videos
FAQ
Blog
Contact Us
Shopping Cart
Your shopping cart is empty!
Continue
"); $("#aninews_email").val(''); }else{ $("#aninews_error").html("
There was some problem in subscribing please try after sometime.
"); } //$("#aninews").html(html); }, error: function(xhr, ajaxOptions, thrownError) { //alert("Not Loaded"); alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }); $(document).ready(function() { $.ajax({ url: 'index.php?route=module/aninews/chaeckIfModuleIsInstalled', //url: 'https://localhost/opencart_v1_5_4/test.php?route=ani', dataType: 'json', success: function(json) { if(json['aninews_response_msg']){ $.ajax({ url: 'index.php?route=module/aninews', dataType: 'html', success: function(html) { $("#aninews").html(html); }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); }else{ //alert("Module Aninew Is Creating Some Problem In Your Website"); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); }); //-->