Tag Archives: bookings

How to change the message “No bookings found.” on Business Catalyst using JavaScript.

First wrap your module with an div like: <div id="app">{module...}</div> Then include the following JavaScript code: JavaScript     <script type="text/javascript">             $(document).ready(function() {                 var td = document.getElementById(‘app’).innerHTML;                 if(td=="No bookings found."){       [...]
Posted in Business Catalyst / GoodBarry | Also tagged , , , , | Leave a comment