Gallery
BASE DE CONNAISSANCE
Share
Explore
HOMAIR - Post-Stay - Summer 2024

js

<!-- Write your custom HTML here -->
<script>
$(function(){
$('#sg_SubmitButton').click(function(){
$('.sg-instructions').css("display", "none !important")
$('.colorinstructions').css("color", "#00708C !important")
});
});
</script>
<script type="text/javascript">
(function() {
window.sib = {
equeue: [],
client_key: "6pdfnzyomh4p3sddxr18305i"
};
/* OPTIONAL: email for identify request*/
// window.sib.email_id = 'example@domain.com';
window.sendinblue = {};
for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) {
(function(k) {
window.sendinblue[k] = function() {
var arg = Array.prototype.slice.call(arguments);
(window.sib[k] || function() {
var t = {};
t[k] = arg;
window.sib.equeue.push(t);
})(arg[0], arg[1], arg[2], arg[3]);
};
})(j[i]);
}
var n = document.createElement("script"),
i = document.getElementsByTagName("script")[0];
n.type = "text/javascript", n.id = "sendinblue-js", n.async = !0, n.src = "https://sibautomation.com/sa.js?key=" + window.sib.client_key, i.parentNode.insertBefore(n, i), window.sendinblue.page();
})();
</script>
<script>
$(document).ready(function() {
// Add event listener to all "Not Applicable" radio buttons within star rating questions
$('.sg-slider-na input[type="radio"]').on('change', function() {
// Find the corresponding star rating question within the same table row
var starBox = $(this).closest('tr').find('.sg-star-box');
// Check if the "Not Applicable" option is selected
if ($(this).is(':checked')) {
// Reset the star rating by removing the "selected" class from all star elements
starBox.find('label').removeClass('sg-star-on');
// Optionally, you can uncheck any radio buttons within the star rating question
starBox.find('input[type="radio"]').prop('checked', false);
}
});
});
</script>

Load content from surveys.satisfactory.fr?
Loading external content may reveal information to 3rd parties. Learn more
Allow
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.