Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
kasuari
/
js
:
footer-fixed.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
(function($) { 'use strict'; $(document).ready(function() { if($('#footer')[0]) { if (document.querySelector("#footer").classList.contains("fixed-footer")) { $("#content").addClass('has-fixed-footer'); } } }); $(document).ready(function() { var mainWrapper = $('#content'); var footerHeight = $('#footer').height(); mainWrapper.css('margin-bottom', footerHeight); }); })( jQuery );