jquery.ad-getautosize

1.0.3 • Public • Published

jQuery getAutosize Plugin

Returns the max dimensions of the DOM element if it were to auto size.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/jquery.ad-getautosize.min.js"></script>
<script>
jQuery(function($) {
  var elementSize = $([selector]).getautosize(); // "{width:number,height:number}"
});
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i jquery.ad-getautosize

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

347 kB

Total Files

18

Last publish

Collaborators

  • abhishekdev