Multilingual Booking Page: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 44: Line 44:
  $( document ).ready(function() {
  $( document ).ready(function() {
   $('.b24calendarclickinstruction').html("the new text");
   $('.b24calendarclickinstruction').html("the new text");
});
</script>
For WordPress use this:
<script>
jQuery( document ).ready(function() {
  jQuery('.b24calendarclickinstruction').html("the new text");
  });
  });
  </script>
  </script>