HtmlArea and Dialog problem

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
jimakos
 
 
Posts: 9
Joined: Sat May 26, 2018 11:26 am

HtmlArea and Dialog problem

Post by jimakos »

Hello,
when i use Htmlarea and jquery UI/bootstrap Dialog together, i have this error in my browser.
Uncaught typeError: $(...) is null
in
<script>
$(document).ready(function()
{
....
.....


version 17.3.1

Thank you
User avatar
BaconFries
 
 
Posts: 5324
Joined: Thu Aug 16, 2007 7:32 pm

Re: HtmlArea and Dialog problem

Post by BaconFries »

I take it you are trying to use a third party script (jquery)? The error is most likely related to a conflict in version of jquery used. It will either be you are trying to use two of the same library or two different. You will need to remove the jquery version of the third party script (if you are using) and only use the version generated by that the bootstrap dialog and see if it still works.
Post Reply