File Editor
Directories:
.. (Back)
Files:
animation.js
bootstrap.js
custom.js
fromblog.js
gallery-slides.js
headhesive.js
html5.js
ideal-image-slider.js
ideal-slides.js
iis-captions.js
imgLiquid.js
jquery.flexslider.js
jquery.smartmenus.bootstrap.js
jquery.smartmenus.js
modernizr.js
owl.carousel.js
scrollup.js
slides-captions.js
slides.js
stickUp.js
sticky.js
unslider.js
wow.js
Create New File
Create
Edit File: custom.js
var script=jQuery.noConflict(); script(document).ready(function($) { function onAfter(curr, next, opts, fwd) { var $ht = $(this).height(); //set the container's height to that of the current slide $(this).parent().animate({height: $ht}); } $(".imgLiquidFill").imgLiquid(); }); var menufix=jQuery.noConflict(); menufix(function($) { $(window).resize(function() { if ($(window).width() < 768) { $(".dropdown-toggle").attr('data-toggle', 'dropdown'); } else { $(".dropdown-toggle").removeAttr('data-toggle dropdown'); } }); });
Save Changes
Rename File
Rename