Changes

Jump to navigation Jump to search

Category:Developers

52 bytes added, 20:56, 9 March 2023
no edit summary
For example: this would cause property 1234 to open in the parent window (frame busting) when it's book button is clicked on the multiple property page
<code><script>
$(document).ready(function(){
$('#propid1234 a').attr('target', '_parent');
});
</script></code>
<span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Check the settings under {{#fas:cog}} (SETTINGS) >BOOKING ENGINE > PROPERTY BOOKING PAGE > BEHAVIOUR before you add such a script.
Javascript to change the titletext.
<code><script>document.title='your title';</script></code>
=== Change date format ===
<code><script>
$(document).ready(function(){
$('#inputcheckout').data('date-format','MMMM DD, YYYY');
})
</script></code>
<code><script>
window.onload = function() {
$("[id^='ptdate']").text(function(i, t) {
window.onunload = function(){};
</script></code>
=== Change the first day of the week in the datepicker===

Navigation menu