Änderungen von Dokument Formular über externen Kontext einbinden
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -78,8 +78,8 @@ 78 78 async: false, 79 79 success:function(html){ 80 80 console.log('Form:',html); 81 - myFormContainer.html(html); 82 - //myFormContainer.html(html.replace(/\$/g,'jQuery'));81 + //myFormContainer.html(html); 82 + myFormContainer.html(html.replace(/\$/g,'window.fcjq')); 83 83 }, 84 84 crossDomain: true 85 85 });