Changes for page Formular über externen Kontext einbinden
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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