මේ තියෙන්නේ Ajax එක
<script>
$(function() {
$.post(url, data, function(res) {
console.log(res);
console.log(res.stat);
console.log(res.finalID);
},' json ');
});
</script>
මේකයි call karana කරන function එක
public function TestJson() {
echo 'inside test json function<br>'...