You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the modules IIIFServer, UniversalViewser and JqueryUI for Omeka S installed. As soon as I want to display a simple accordion menu together with UV, the error console shows me:
$(...).accordion is not a function
As soon as I remove this line of code
echo $this->universalViewer($item);
everything works as desired and the accordion is loaded. I'm assuming that JQueryUI will be loaded twice, since UV also integrates this library. How can I prevent conflicts?
The text was updated successfully, but these errors were encountered:
Javascript conflicts are complex issues.
In such a case, I don't include jquery ui on the pages where the viewer is. Or you may ask on the UniversalViewer/UniversalViewer.
I have the modules IIIFServer, UniversalViewser and JqueryUI for Omeka S installed. As soon as I want to display a simple accordion menu together with UV, the error console shows me:
$(...).accordion is not a function
As soon as I remove this line of code
echo $this->universalViewer($item);
everything works as desired and the accordion is loaded. I'm assuming that JQueryUI will be loaded twice, since UV also integrates this library. How can I prevent conflicts?
The text was updated successfully, but these errors were encountered: