This constantly expanding company are looking for candidates with at least 3 years experience as a Senior Toolpusher on Jack Ups.
Excellent salary package and benefits plus bonuses.
It is essential to have valid offshore certificates and up to date passport.
Candidates WITHOUT offshore experience will not be considered and will be DELETED.
$(document).ready(function() { //if bookmarkjobs exit then this should be disabled. $('#imgBookmark2').css('opacity', '0.5'); $('#BookMarkJob').click(function() { $('#BookMarkSuccess').hide(); //$('#BookMarkError').hide(); //got rid of the error message, using pop up instead. var request = $.ajax({ url: '/jobs/ajax/job_posting_bookmark.asp', data: 'action=A&p_id=350657', cache: false, dataType: 'text', success: function(data) { if (data == 1) { $('#BookMarkSuccess').show(); $('#imgBookmark').css('opacity', '0.5'); //$('#BookMarkJob').removeClass('jobpostEnabled'); //$('#BookMarkJob').addClass('jobpostDisabled'); } if (data == -1) { //$('#BookMarkError').show(); alert('This Job has already been bookmarked.'); } }, error: function() { alert('There was a error bookmarking the job.'); } }); }); //end click $('#BookMarkSuccess').click(function() { $('#BookMarkSuccess').slideUp(); }); //end click //$('#BookMarkError').click(function() { // $('#BookMarkError').slideUp(); //}); //end click}); //end document ready functionView the original article here
0 comments:
Post a Comment