Page 1 of 1

HtmlArea and Dialog problem

Posted: Mon Aug 08, 2022 3:30 pm
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

Re: HtmlArea and Dialog problem

Posted: Mon Aug 08, 2022 4:28 pm
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.