Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
swift-performance
/
modules
/
cache
:
ajaxify.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<script> function swift_ajaxify(){ if (typeof jQuery == 'function'){ jQuery(function(){ <?php if (Swift_Performance::check_option('ajaxify-placeholder', 'blur')):?> jQuery("<?php echo implode(',', $ajaxify); ?>").css({"filter": "blur(5px)", "pointer-events": "none"}); <?php elseif (Swift_Performance::check_option('ajaxify-placeholder', 'hidden')):?> jQuery("<?php echo implode(',', $ajaxify); ?>").css({"opacity": "0", "pointer-events": "none"}); <?php endif;?> jQuery.get(document.location.href + (document.location.href.match(/\?/) ? '&' : '?') + 'nocache=' + Math.random(), function(response){ <?php foreach ($ajaxify as $item) :?> jQuery("<?php echo $item?>").each(function(i){ jQuery(this).replaceWith(jQuery(response).find("<?php echo $item?>").get(i)); }); jQuery("<?php echo $item?>").trigger('swift-performance-ajaxify-item-done'); <?php endforeach; ?> jQuery('body').trigger('swift-performance-ajaxify-done'); }); }); swift_ajaxify = false; } } swift_ajaxify(); </script>