Get a Job

1
2
3
4
5

Contact Details

Permanent Address

Working Profile

File Upload

Condition



Conditions for Employee:
1- Owner have to pay 25% of the total salary from the employee salary of first month to NoRisk Service at the completion of the first month.

For Example:
    Man Liziye, apki Salary: ₹20000/-
  • Pahele Mahine: 25% (i.e. ₹5000/-) NoRisk Services le legi.
  • Dusre mahine se puri salary ₹20000/- apko owner se milegi..
Note:
Employee is self responsible for owner. NoRisk Services is not responsible for anything.
$('#mob1').on('blur', function () { var mob1 = $(this).val(); if (mob1.length === 10) { $.ajax({ url: 'check_mobile.php', method: 'POST', data: { mob1: mob1 }, success: function (response) { if (response.trim() === 'exists') { alert('⚠️ Mobile number already registered!'); $('#mob1').val(''); $('#mob1').focus(); } } }); } });