WELCOME TO S R MEMORIAL SCHOOL

23 September 2024

WELCOME TO S R MEMORIAL SCHOOL ...

Read more

Your kids deserve the best education

Admission Enquiry
function courseEnquiry(courseImg,courseName){ $("#courseName").text(courseName); $("#courseId").attr('value',courseName); $("#courseImg").attr('src',courseImg); $("#courseModel").modal('show'); }; function quick_enquiry(ID) { $("#submit-btn"+ID).hide(); $("#loading-btn"+ID).show(); $.ajax({ type: 'post', url: '/biz-content/themes/school/sch-001/plugins/form-action.php', data: $("#quick_enquiry"+ID).serialize(), success: function (data) { $("#quick_enquiry"+ID)[0].reset(); $("#loading-btn"+ID).hide(); $("#submit-btn"+ID).show(); swal({ title: data.title, text: data.message, icon: data.type, timer: 2000 }); } }); return false; } -->