From version < 2.24 >
edited by gru
on 07.05.2021, 12:12
To version < 2.26 >
edited by gru
on 07.05.2021, 12:18
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -71,7 +71,9 @@
71 71   },
72 72   cache: false,
73 73   async: false,
74 - success:function(html){
74 + success:function(html){
75 + console.log('Form:',html);
76 + myFormContainer.html(html);
75 75   //myFormContainer.html(html.replace(/\$/g,'jQuery'));
76 76   },
77 77   crossDomain: true
Copyright 2000-2025