Changes

Jump to navigation Jump to search

Multilingual Booking Page

155 bytes added, 23:42, 29 February 2016
no edit summary
$( document ).ready(function() {
$('.b24calendarclickinstruction').html("the new text");
});
</script>
 
 
For WordPress use this:
 
<script>
jQuery( document ).ready(function() {
jQuery('.b24calendarclickinstruction').html("the new text");
});
</script>

Navigation menu