D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
skdesign
/
public_html
/
js
/
Filename :
config-matchHeight.js
back
Copy
(function ($) { 'use strict'; /*[ Config MatchHeight ] ===========================================================*/ try { var matchHeightItem = $('.js-matchHeight'); matchHeightItem.matchHeight(); } catch(err) { console.log(err) } })(jQuery);