{"id":4172,"date":"2024-02-22T15:10:06","date_gmt":"2024-02-22T15:10:06","guid":{"rendered":"https:\/\/moser-mechanik.ch\/jobs-test\/"},"modified":"2024-07-04T14:03:27","modified_gmt":"2024-07-04T14:03:27","slug":"jobs-test","status":"publish","type":"page","link":"https:\/\/moser-mechanik.ch\/en\/jobs-test\/","title":{"rendered":"Jobs test"},"content":{"rendered":"<style>\n\t.sprachen_flags img {\n\t\tborder: 2px solid #fff;\n\t\tborder-radius: 15px;\n\t\tcursor: pointer;\n\t}\n\t.sprachen_flags img.selected_flag {\n\t\tborder: 2px solid #009fe4;\n\t}\n<\/style>\n<script>\n\t document.addEventListener('DOMContentLoaded', function () {\n    var video = document.getElementById('heroVideo');\n\n    \/\/ Check if the video can be played\n    if (video.canPlayType) {\n      \/\/ Autoplay if supported, otherwise, wait for user interaction\n      video.play().catch(function(error) {\n        \/\/ Autoplay was prevented, handle the error\n        console.error(\"Autoplay was prevented:\", error);\n      });\n    }\n  });\n<\/script>\n<!-- hero section -->\n<section class=\"section hero\">\n\t<div class=\"hero__wrapper container-wrapper\">\n\t\t<!-- bg video -->\n\t\t\t\t<video width=\"320\" height=\"240\" id=\"heroVideo\" class=\"hero__video\" autoplay=\"\" loop muted=\"\" playsinline>\n\t\t\t<source src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/02\/Videoloop_Header_Website_2024_02_05-Compressed-with-FlexClip-Compressed-with-FlexClip.mp4\" type=\"video\/mp4\">\n\t\t\tYour browser does not support the video tag.\t\t<\/video>\n\t\t\t\t<div class=\"container\">\n\t\t\t<div class=\"text-white\">\n\t\t\t\t<h2 class=\"main-heading\">Jobs and career<br class=\"d-xl-block d-none\"> at Moser Mechanik.<\/h2>\n\t\t\t\t\t<p>Would you like to become part of our team?<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"hero__form-main\">\n\t\t\t<div class=\"container\">\n\t\t\t \n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/section>\n\t<br>\n\t<br>\n\t<br>\n\t<br>\n\t<script>\n\t\n\t\tjQuery(document).ready(function($){\n\t\t\t\n\t\t\t$(\"#job_list\").change(function(e){\n\t\t\t\tvar jobselected = $(this).find(\"option:selected\");\n\t\t\t\t$('.job_jetzt_bewerben').attr(\"data-bs-target\",\"#jobModal-\"+jobselected.val());\n\t\t\t\t$(\".sprachen_flags img\").each(function(){\n\t\t\t\t\tif(jobselected.val() != \"\") { \n\t\t\t\t\t\tif(!jobselected.hasClass($(this).data(\"lang\"))) {\n\t\t\t\t\t\t\t$(this).hide();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t$(\"#pensum_list option\").each(function(){\n\t\t\t\t\tif(jobselected.val() != \"\") { \n\t\t\t\t\t\tif(!jobselected.hasClass($(this).val())) {\n\t\t\t\t\t\t\t$(this).hide();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\n\t\t\t});\n\t\t\t\n\t\t\t$('.sprachen_flags img').click(function(e){\n\t\t\t\tif($(this).hasClass('selected_flag')) {\n\t\t\t\t\t$(this).removeClass('selected_flag');\n\t\t\t\t} else {\n\t\t\t\t\t$('.sprachen_flags img').removeClass('selected_flag');\n\t\t\t\t\t$(this).addClass('selected_flag');\n\t\t\t\t}\n\/\/ \t\t\t\tvar penumselected = $(\"#pensum_list option:selected\");\n\/\/ \t\t\t\tvar spracheselected = $(\".sprachen_flags img.selected_flag\");\n\/\/ \t\t\t\t$(\"#job_list option\").css('display','inherit');\n\/\/ \t\t\t\t$(\"#job_list option\").each(function(){\n\/\/ \t\t\t\t\tif($(this).val() != \"\") {\n\/\/ \t\t\t\t\t\tif(penumselected.val() != \"\") {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(penumselected.val())) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\tif(spracheselected.length > 0) {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(spracheselected.data(\"lang\"))) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t}\n\/\/ \t\t\t\t});\n\/\/ \t\t\t\tif(!$(\"#job_list option:selected\").hasClass(spracheselected.data(\"lang\"))) {\n\/\/ \t\t\t\t\t$('.job_jetzt_bewerben').attr(\"data-bs-target\",\"#jobModal\");\n\/\/ \t\t\t\t\t$(\"#job_list\").val(\"\");\n\/\/ \t\t\t\t}\n\t\t\t});\n\t\t\t$('#pensum_list').change(function(e){\n\/\/ \t\t\t\tvar penumselected = $(this).find(\"option:selected\");\n\/\/ \t\t\t\tvar spracheselected = $(\".sprachen_flags img.selected_flag\");\n\/\/ \t\t\t\t$(\"#job_list option\").show();\n\/\/ \t\t\t\t$(\"#job_list option\").each(function(){\n\/\/ \t\t\t\t\tif($(this).val() != \"\") {\n\/\/ \t\t\t\t\t\tif(penumselected.val() != \"\") {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(penumselected.val())) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\tif(spracheselected.length > 0) {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(spracheselected.data(\"lang\"))) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t}\n\/\/ \t\t\t\t});\n\/\/ \t\t\t\tif(!$(\"#job_list option:selected\").hasClass(penumselected.val())) {\n\/\/ \t\t\t\t\t$('.job_jetzt_bewerben').attr(\"data-bs-target\",\"#jobModal\");\n\/\/ \t\t\t\t\t$(\"#job_list\").val(\"\");\n\/\/ \t\t\t\t}\n\t\t\t});\n\t\t});\n\t\n\t<\/script><div class=\"d-flex flex-column\">\n\t\t<!-- white cta -->\n\t<section class=\"section cta-white | order-lg-2\" id=\"cta_white_section_\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"cta-white__wrapper | d-xl-flex\">\n\t\t\t\t<div class=\"cta-white__content\">\n\t\t\t\t\t<h2 class=\"cta-white__heading\">Production mechanic<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"cta-white__btns flex-shrink-0 d-flex align-items-center\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t<script>\n\t\tjQuery(document).ready(function(){\n\t\t\tjQuery('.open_jobs_model_').click(function(){\n\t\t\t\tjQuery('#jobModal-').modal('show');\n\t\t\t});\n\t\t});\n\t\t<\/script>\n\t\t\t\t<\/div><div class=\"d-flex flex-column\">\n\t\t<!-- white cta -->\n\t<section class=\"section cta-white | order-lg-2\" id=\"cta_white_section_2986\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"cta-white__wrapper | d-xl-flex\">\n\t\t\t\t<div class=\"cta-white__content\">\n\t\t\t\t\t<h2 class=\"cta-white__heading\">Unsolicited application<\/h2>\n\t\t\t\t\t\t<p>Looking for a new challenge?<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"cta-white__btns flex-shrink-0 d-flex align-items-center\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/moser-mechanik.ch\/kontakt\/\" target=\"_blank\" class=\"m-btn m-btn--mobile-small m-btn--outline-primary\">PDF<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- \t\t\t\t\t\t=$cta_white['button_link_2'] -->\n\t\t\t\t\t\t<a  class=\"m-btn m-btn--mobile-small m-btn--primary open_jobs_model_2986\">Apply online now!<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t<script>\n\t\tjQuery(document).ready(function(){\n\t\t\tjQuery('.open_jobs_model_2986').click(function(){\n\t\t\t\tjQuery('#jobModal-2986').modal('show');\n\t\t\t});\n\t\t});\n\t\t<\/script>\n\t\t\t\t<\/div><div class=\"d-flex flex-column\">\n\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4172","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/pages\/4172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/comments?post=4172"}],"version-history":[{"count":0,"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/pages\/4172\/revisions"}],"wp:attachment":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/media?parent=4172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}