... |
... |
@@ -31,7
+31,7 @@ |
31 |
31 |
</style> |
32 |
32 |
|
33 |
33 |
<script type="text/javascript"> |
34 |
|
- //var window.fcjq = $; |
|
34 |
+ window.fcjq = $; |
35 |
35 |
console.log("BE",window.fcjq); |
36 |
36 |
$.noConflict(); |
37 |
37 |
console.log("AF",window.fcjq); |
... |
... |
@@ -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 |
}); |