swastikpareek/fila_content_replace_js
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
//Place this code in your html file <script src="ffila_content_replace_script.js"></script> <script type="text/javascript"> CONTENTREPLACE.init(['http://l.fila.server', '#body' , 'uk']); // first parameter is the server name and the second would be the id of the div where the content should be replaced. CONTENTREPLACE.executeAjaxCall(); </script>