Building Africa's Largest Online Academic Library

Request for Password Reset ProjectStoc

Don't have an account? Click Here to Register

Connect with Us

$('[data-toggle=popover]').popover({ html: true, trigger: 'click', placement: 'bottom', content: $('#myPopoverContent').html() }) function viewCostEstimate() { var multiplier = $('#duration option:selected').attr("data"); var field = $('#caty option:selected').attr("data"); var pageno = $('#pagesno').val(); if(field == 0 || typeof field === 'undefined' || field == null){field = 200;} var price = pageno * field * multiplier; if(isNaN(parseFloat(price)) || price == 0){ var display = '
Please select course, duration and enter number of pages
' }else{ var display = '
The Estimated cost is ₦'+price+'. You must Call +2348128521400 after submission of request for confirmation and approval.
'; } $('#estimate').html(display); } -->