fixes of kelulusan and resit and marhun and notifikasi
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="card-body">
|
||||
<div class="text-center">
|
||||
<h5 class="text-uppercase">masukkan nombor kad pengenalan</h5>
|
||||
<form action="{{ route('customer.search') }}" method="GET">
|
||||
<form name="frmsearch" action="{{ route('customer.search') }}" method="GET" onsubmit="verifyIC()">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-7">
|
||||
<div class="input-group my-3">
|
||||
@@ -248,6 +248,14 @@
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
function verifyIC()
|
||||
{
|
||||
var a = $('input[name="noic"]').val();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
function identifyIC(noic){
|
||||
|
||||
Reference in New Issue
Block a user