Job Details ×
Nimble Infosys Pvt. Ltd.
Applications are completed on the original website.
Apply on official siteJob overview
.job-link-all-details { padding: 0px 15px; position: fixed; display: block; height: 60vh; overflow-y: auto; overflow-x: hidden; margin-bottom: 15px; } .bg-image { position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: 50%; } .nav-tabs .nav-link.active { /*background-color: #dee2e6;*/ font-weight: 700; } .nav-link{ color: #FF860D; } .modal.right .modal-dialog { position: fixed; right: 0; margin: auto; width: 100%; height: 100%; -webkit-transform: translate3d(0%, 0, 0); -ms-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); display:block; } .modal.right .modal-content { height: 100%; overflow-y: auto; } .modal.right .modal-body { padding: 15px 15px 80px; } .modal.right.fade .modal-dialog { right: -320px; -webkit-transition: opacity 0.3s linear, left 0.3s ease-out; -moz-transition: opacity 0.3s linear, left 0.3s ease-out; -o-transition: opacity 0.3s linear, left 0.3s ease-out; transition: opacity 0.3s linear, left 0.3s ease-out; } .modal.right.fade.show .modal-dialog { right: 0; } /* ----- MODAL STYLE ----- */ /*.modal-content { border-radius: 0; border: none; }*/ .header-img-responsive img{ max-width:100% !important;} Its our mission to unleash the potential in every team, and we know that teams perform best when they are diverse and every team member feels that they belong. The unique contributions of all Nimblians drive our success, and we are committed to building a culture where everyone can do meaningful work and be recognized for their efforts. To that end, we are committed to providing an environment free of discrimination for everyone. We always want to meet energetic and talented professionals who want to join our team No any vacancy available at the moment, please keep in touch for future vacancies. Note: You may either apply through our recruitment portal or drop your CV with a Cover letter directly at hrd@nimble.com.np or call +977 9801904477 var tabID = document.getElementById("BusinessUnit").value; var priority = document.getElementById("priority").value; var businessUnit = document.getElementById("Business").value; var pageNumber = 0; var pageSize = 2; function ChangeTab(TabID,businessUnit) { JobTitleDD(TabID, businessUnit); JobLevelDD(TabID, businessUnit); DepartmentDD(TabID, businessUnit); LocationDD(TabID, businessUnit); CountryDD(TabID, businessUnit); BusinessUnitDD(TabID, businessUnit); Reset(); } function AddRemoveActive(TabID, businessUnit) { if (businessUnit == true) { $('.tab-content .tab-content .tab-pane').removeClass("active"); var id = $('.' + TabID).attr('id'); $('.' + TabID).addClass("active"); } } function loadPageData(currentPageNumber) { $.ajax({ url: '/recruitment/public/ListForScrolling', ty: 'GET', data: { pageNumber: currentPageNumber, pageSize: pageSize, businessUnit: businessUnit, priorityID: priority }, success: function (Response) { $('#' + tabID + ' div.JobDetailCard:last').after(Response); } }); }; function Reset() { $('.media-body').each(function () { $(this).toggle(true); }); } function DisplayModal(OpeningID) { $.ajax({ url: '/Recruitment/Public/JobDetailPreview', type: 'GET', data: { id: OpeningID }, success: function (Response) { $('#JobDetailDiv').html(" "); $('#JobDetailDiv').html(Response); $('#fullHeightModalTop').modal('show'); } }); } document.onkeydown = function (evt) { if (evt.keyCode == 27) { // Escape key pressed $("#fullHeightModalTop").modal('hide'); } }; var tableID = '#nim-data-table-2' var onAjaxCreateSuccess = function (data, status, xhr, that) { if (data.Success == true) { hideModal(); $(tableID).DataTable().ajax.reload(); } Global.onAjaxCreateSuccess(null, data, that, null); }; var onAjaxCreateFailed = function (data, status, xhr, that) { Global.onAjaxCreateFailed(null, data, that); } function JobTitleDD(TabID, businessUnit) { var arr = []; var dropDownID = $('#JobTitleDD'); $('#' + TabID + ' .jobTitle').each(function () { if ($(this).text().trim() != "") { arr.push($.trim($(this).text())) } }); let uniqueValue = arr.filter((item, i, ar) => ar.indexOf(item) === i); if (businessUnit == true) { dropDownID = $('.tab-content #JobTitleDD'); } dropDownID.empty(); dropDownID.append( $('').val('').html('Job Title...') ); if (uniqueValue != 0) { dropDownID.attr('disabled', false); $.each(uniqueValue, function (val, text) { if (text != '') { dropDownID.append( $('').val(text).html(text) ); } }); } else { dropDownID.attr('disabled', true); } } function DepartmentDD(TabID, businessUnit) { var arr = []; $('#'+TabID+' .jobDepartment').each(function () { if ($(this).text().trim() != "") { arr.push($.trim($(this).text())) } }); let uniqueValue = arr.filter((item, i, ar) => ar.indexOf(item) === i); var dropDownID = $('#DepartmentDD'); if (businessUnit == true) { dropDownID = $('.tab-content #DepartmentDD'); } dropDownID.empty(); dropDownID.append( $('').val('').html('Department...') ); if (uniqueValue != 0) { dropDownID.attr('disabled', false); $.each(uniqueValue, function (val, text) { if (text != '') { dropDownID.append( $('').val(text).html(text) ); } }); } else { dropDownID.attr('disabled', true); } } function BusinessUnitDD(TabID,businessUnit) { var arr = []; $('#' + TabID + ' .businessUnit').each(function () { if ($(this).text().trim() != "") { var splitValue = ($(this).text().split(',')); for (let i = 0; i ar.indexOf(item) === i); var dropDownID = $('#BusinessUnitDD'); if (businessUnit == true) { dropDownID = $('.tab-content #BusinessUnitDD'); } dropDownID.empty(); dropDownID.append( $('').val('').html('Business Unit...') ); if (uniqueValue != 0) { dropDownID.attr('disabled', false); $.each(uniqueValue, function (val, text) { if (text != '') { dropDownID.append( $('').val(text).html(text) ); } }); } else { dropDownID.attr('disabled', true); } } function LocationDD(TabID,businessUnit) { var arr = []; $('#'+ TabID+' .jobLocation').each(function () { if ($(this).text().trim() != "") { var splitValue = ($(this).text().split(',')); for (let i = 0; i ar.indexOf(item) === i); var dropDownID = $('#LocationDD'); if (businessUnit == true) { dropDownID = $('.tab-content #LocationDD'); } dropDownID.empty(); dropDownID.append( $('').val('').html('Location...') ) if (uniqueValue != 0) { dropDownID.attr('disabled', false); $.each(uniqueValue, function (val, text) { dropDownID.append( $('').val(text).html(text) ); }); } else { dropDownID.attr('disabled', true); } } function CountryDD(TabID,businessUnit) { var arr = []; $('#'+TabID+' .jobCountry').each(function () { if ($(this).text().trim() != "") { var splitValue = ($(this).text().split(',')); for (let i = 0; i ar.indexOf(item) === i); var dropDownID = $('#CountryDD'); if (businessUnit == true) { dropDownID = $('.tab-content #CountryDD'); } dropDownID.empty(); dropDownID.append( $('').val('').html('Country...') ); if (uniqueValue != 0) { dropDownID.attr('disabled', false); $.each(uniqueValue, function (val, text) { if (text != '') { dropDownID.append( $('').val(text).html(text) ); } }); } else { dropDownID.attr('disabled', true); } } function JobLevelDD(TabID, businessUnit) { var arr = []; var dropDownID = $('#JobLevelDD'); $('#' + TabID + ' .jobLevel').each(function () { if ($(this).text().trim() != "") { arr.push($.trim($(this).text())) } }); let uniqueValue = arr.filter((item, i, ar) => ar.indexOf(item) === i); if (businessUnit == true) { dropDownID = $('.tab-content #JobLevelDD'); } dropDownID.empty(); dropDownID.append( $('').val('').html('Job Level...') ); if (uniqueValue != 0) { dropDownID.attr('disabled', false); $.each(uniqueValue, function (val, text) { if (text != '') { dropDownID.append( $('').val(text).html(text) ); } }); } else { dropDownID.attr('disabled', true); } } function getJobDetail(OpeningID) { $.ajax({ type: "GET", url: 'recruitment/Public/JobDetail', data: { id: OpeningID }, contentType: "application/html; charset=utf-8", dataType: "html", //beforeSend: function () { // Show(); // Show loader icon //}, success: function (response) { $('#div_jobDetail').html(response); }, complete: function () { $('#div_jobDetail').html(response); }, failure: function (jqXHR, textStatus, errorThrown) { alert("HTTP Status: " + jqXHR.status + "; Error Text: " + jqXHR.responseText); // Display error message } }); } let filters = ["", ""]; function setFilter(thisInput, thisIndex, businessUnit) { var tab = $('.tab-content .active').attr('id'); if (businessUnit == true) { tab = $('.tab-content .tab-content .active').attr('id'); } filters[thisIndex] = thisInput.value.toLowerCase(); filterTable(tab); } function filterTable(activeTabID) { debugger; var tabID = document.getElementById(activeTabID); var activeDiv = Object.values(tabID.getElementsByClassName('JobDetailCard')); var rows = Object.values(activeDiv[0].getElementsByClassName("JobDetailInfo")); for (var rowItr = 0; rowItr { var cell = cells[filterIndex]; var txtValue = cell.textContent || cell.innerText; return filter === "" || txtValue.toLowerCase().indexOf(filter) > -1; }); row.style.display = isRowVisible ? "" : "none"; }; } $('.globalFilter').keyup(function () { var searchText = $(this).val(); $('.media-body').each(function () { var currentLiText = $(this).text().toLowerCase(), showCurr
Applications are completed on the original employer website.
Review the full listing and confirm eligibility, salary, and application instructions before applying.
Similar vacancies
Lumino Technology Pvt. Ltd.
Lumino Technology Pvt. Ltd.
Mid Level Backend Developer
Nepal
Negotiable
AITC International
AITC International
Video Editor-2
Bhaktapur, Nepal
Negotiable
AITC International
INTERNSHIP
DevOps Trainee
Bhaktapur, Nepal
Negotiable