0.0.0 • Published 6 years ago

mgn-auto-height v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

mgn-auto-height ( Don't Need jQuery )

Implement accordion function.

  • Target browser : IE9+

Install

npm i mgn-auto-height -S

Or Download raw data

↓ download "mgn-auto-height.js"


Import

import mgnAutoHeight from 'mgn-auto-height';

Constructor

new mgnAutoHeight(element);
ArgumentData typeDefaultDescroption
elementString-(Required)Specify target element.ex) ".j-autoheight"

Method

MethodArgumentDescroption
SetTarget()-Re-adjust height.

Demo

https://frontend-isobar-jp.github.io/mgn-auto-height/

import mgnAutoHeight from 'mgn-auto-height';

new mgnAutoHeight( ".j-autoheight" );