@Joseph-Benguira Thanks a lot ! It's working
Best posts made by barbara elster
Latest posts made by barbara elster
-
RE: Integration on a HTML code in an "HTML source code embedded" element.
@Joseph-Benguira where is the jquery code part that you have inserted coming from ? Where can I find it ?
-
RE: Integration on a HTML code in an "HTML source code embedded" element.
@Joseph-Benguira Thank you. I have tried to make what (I have understand from what) you are telling but without success.
I understand that I need more than an HTML block. But do I need only two ? (jquery and html) ? What about the "div id" part ? is it part of the html block ?
What about the "text part" that indicate in "comprehensive language" (for example : ! -- Place this div on your page where you want the widget to show) Do I need to copy them or are they not part of the code ?
Thank you so much in advance for your patience ! -
Integration on a HTML code in an "HTML source code embedded" element.
Hi ! I have tried to integrate the following HTML code in my appdrag website through copy/paste in an HTML source code embedded element but it doesnt' work. What am I doing wrong ?
<!-- bookingWidget requires jQuery and jQueryUI -->
<!-- Include the following line ONCE ONLY on the page, preferably in the document head -->
<script src='https://media.xmlcal.com/widget/1.00/js/bookWidget.min.js'></script><!-- Place this div on your page where you want the widget to show -->
<div id='bookWidget-62596-111720-0-1589445879'> </div><!-- The following will initialize the widget in the above div -->
<script>
jQuery(document).ready(function() {
jQuery('#bookWidget-62596-111720-0-1589445879').bookWidget({
propid:111720,
formAction:'https://www.beds24.com/booking.php',
widgetLang:'en',
widgetType:'BookingBox'
});
});
</script>