From 2534075afe1b56396221a58a66051a3b7ae2f21d Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 24 Jul 2012 23:33:42 -0700 Subject: see if this works for getting rid of scrollbars --- library/jquery.divgrow/howto | 46 +++++++++++ library/jquery.divgrow/jquery.divgrow-1.3.1.js | 89 ++++++++++++++++++++++ library/jquery.divgrow/jquery.divgrow-1.3.1.min.js | 1 + 3 files changed, 136 insertions(+) create mode 100644 library/jquery.divgrow/howto create mode 100644 library/jquery.divgrow/jquery.divgrow-1.3.1.js create mode 100644 library/jquery.divgrow/jquery.divgrow-1.3.1.min.js (limited to 'library') diff --git a/library/jquery.divgrow/howto b/library/jquery.divgrow/howto new file mode 100644 index 000000000..c2fdd66f9 --- /dev/null +++ b/library/jquery.divgrow/howto @@ -0,0 +1,46 @@ +1) Inlcude the JS file into your page (after jQuery): + + + + + + +2) Call the divgrow function to any div element you want to grow. initialHeight sets the height of the containers before they are expanded. + +