Skip to content

boggyjan/box4.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box4.js

Resizable 2x2 grid

Usage

<div class="box4">
  <div class="box4-box left top">left top content</div>
  <div class="box4-box right top">right top content</div>
  <div class="box4-box left bottom">left bottom content</div>
  <div class="box4-box right bottom">right bottom content</div>
</div>
$(function(){
  $('.box4').box4();
});

Options

You can custom percentage numbers for vertical and horizontal grid size by v and h param. $('.box4').box4(v, h);

$('.box4').box4(20, 60);

Demo

Click here for a demo and to see how to use it.

About

Resizable 2x2 grid jQuery plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published