... |
... |
@@ -1,11
+1,15 @@ |
1 |
1 |
{{html clean="false"}} |
|
2 |
+ <script> |
|
3 |
+ console.log("init", typeof jQuery, jQuery.fn.jquery); |
|
4 |
+ </script> |
|
5 |
+ |
2 |
2 |
<script type="text/javascript" src="https://pro.formcloud.de/formcycle/form/includes/010-jquery-min.js?_nc=1620383292614" ></script> |
3 |
3 |
<script type="text/javascript" src="https://pro.formcloud.de/formcycle/form/includes/020-jquery-ui-min.js?_nc=20210325123132" ></script> |
4 |
4 |
<script> |
5 |
|
- console.log("init2", typeof jQuery); |
|
9 |
+ console.log("init2", typeof jQuery, jQuery.fn.jquery); |
6 |
6 |
window.fail = $; |
7 |
7 |
$.noConflict(); |
8 |
|
- console.log("init2", typeof jQuery, typeof window.fail); |
|
12 |
+ console.log("init2", typeof jQuery, typeof window.fail, jQuery.fn.jquery); |
9 |
9 |
</script> |
10 |
10 |
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>--> |
11 |
11 |
<style type="text/css"> |