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'm using es6 modules in development, babel for transpiling and browserify for depency managment and built script bundle for the browser. jQuery is external script from our CDN and dont included in this bundle.
<script src="//i.sakh.com/js/jquery/jquery-3.4.1.min.js"></script>
<!-- in this moment jQuery is defined and available via window.jQuery -->
<script defer src="/assets/dist/js/office.js?v=1581461330"></script>
Hi!
I'm using es6 modules in development, babel for transpiling and browserify for depency managment and built script bundle for the browser. jQuery is external script from our CDN and dont included in this bundle.
JS:
When modal is open, content that it displayed looks like JSON, becouse in the src jQuery instance dont be determined correctly?!
jbox 1.0.7
jquery 3.4.1
How resolve this problem? Thank u!
The text was updated successfully, but these errors were encountered: