├── docs ├── nd │ ├── Data │ │ ├── ClassHierarchy.nd │ │ ├── ImageFileInfo.nd │ │ ├── ImageReferenceTable.nd │ │ ├── ConfigFileInfo.nd │ │ ├── PreviousSettings.nd │ │ ├── IndexInfo.nd │ │ ├── PreviousMenuState.nd │ │ ├── FileInfo.nd │ │ └── SymbolTable.nd │ ├── Menu.txt │ ├── Topics.txt │ └── Languages.txt ├── styles │ ├── main.css │ └── 2.css ├── index.html ├── search │ ├── NoResults.html │ ├── GeneralL.html │ ├── GeneralF.html │ ├── GeneralR.html │ ├── GeneralS.html │ ├── FilesJ.html │ ├── GeneralJ.html │ ├── FunctionsE.html │ └── GeneralE.html ├── javascript │ └── searchdata.js ├── index │ ├── Files.html │ ├── Functions.html │ └── General.html └── files │ └── jquery-ba-equalizebottoms-js.html ├── examples ├── donate.gif ├── config.php ├── index.php └── equalizebottoms │ └── index.php ├── shared ├── SyntaxHighlighter │ ├── styles │ │ ├── help.png │ │ ├── printer.png │ │ ├── magnifier.png │ │ ├── wrapping.png │ │ ├── page_white_code.png │ │ ├── page_white_copy.png │ │ ├── shThemeEmacs.css │ │ ├── shThemeMidnight.css │ │ ├── shThemeDjango.css │ │ ├── shThemeRDark.css │ │ ├── shThemeFadeToGrey.css │ │ ├── shThemeDefault.css │ │ └── shCore.css │ ├── scripts │ │ ├── clipboard.swf │ │ ├── shBrushPlain.js │ │ ├── shBrushDiff.js │ │ ├── shBrushJScript.js │ │ ├── shBrushPython.js │ │ ├── shBrushScala.js │ │ ├── shBrushJava.js │ │ ├── shBrushXml.js │ │ ├── shBrushRuby.js │ │ ├── shLegacy.js │ │ ├── shBrushJavaFX.js │ │ ├── shBrushCSharp.js │ │ ├── shBrushVb.js │ │ ├── shBrushDelphi.js │ │ ├── shBrushAS3.js │ │ ├── shBrushBash.js │ │ ├── shBrushGroovy.js │ │ ├── shBrushSql.js │ │ ├── shBrushPerl.js │ │ ├── shBrushPowerShell.js │ │ ├── shBrushPhp.js │ │ ├── shBrushCpp.js │ │ └── shBrushCss.js │ ├── test.html │ ├── src │ │ └── shLegacy.js │ └── LGPLv3.txt └── ba-debug.js ├── jquery.ba-equalizebottoms.min.js ├── LICENSE-MIT ├── README.markdown └── jquery.ba-equalizebottoms.js /docs/nd/Data/ClassHierarchy.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/nd/Data/ImageFileInfo.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/nd/Data/ImageReferenceTable.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/styles/main.css: -------------------------------------------------------------------------------- 1 | @import URL("1.css"); 2 | @import URL("2.css"); 3 | -------------------------------------------------------------------------------- /examples/donate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/examples/donate.gif -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /docs/nd/Data/ConfigFileInfo.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/docs/nd/Data/ConfigFileInfo.nd -------------------------------------------------------------------------------- /docs/nd/Data/PreviousSettings.nd: -------------------------------------------------------------------------------- 1 | ( $/srv/projects/jquery-equalizebottoms 1 )/srv/projects/jquery-equalizebottoms/docs HTML -------------------------------------------------------------------------------- /docs/nd/Data/IndexInfo.nd: -------------------------------------------------------------------------------- 1 | ( General Function File -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/shared/SyntaxHighlighter/styles/help.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/shared/SyntaxHighlighter/styles/printer.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/shared/SyntaxHighlighter/styles/magnifier.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/wrapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/shared/SyntaxHighlighter/styles/wrapping.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/clipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/shared/SyntaxHighlighter/scripts/clipboard.swf -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/page_white_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/shared/SyntaxHighlighter/styles/page_white_code.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-equalizebottoms/master/shared/SyntaxHighlighter/styles/page_white_copy.png -------------------------------------------------------------------------------- /docs/nd/Data/PreviousMenuState.nd: -------------------------------------------------------------------------------- 1 | ( jQuery equalizeBottoms A/srv/projects/jquery-equalizebottoms/jquery.ba-equalizebottoms.js Index 2 | Everything general Files file Functions function -------------------------------------------------------------------------------- /docs/nd/Data/FileInfo.nd: -------------------------------------------------------------------------------- 1 | 1.4 2 | JavaScript 3 | /srv/projects/jquery-equalizebottoms/jquery.ba-equalizebottoms.min.js 1269393730 0 /srv/projects/jquery-equalizebottoms/jquery.ba-equalizebottoms.min.js 4 | /srv/projects/jquery-equalizebottoms/jquery.ba-equalizebottoms.js 1269393656 1 jQuery equalizeBottoms 5 | -------------------------------------------------------------------------------- /jquery.ba-equalizebottoms.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery equalizeBottoms - v1.5 - 3/23/2010 3 | * http://benalman.com/projects/jquery-equalizebottoms-plugin/ 4 | * 5 | * Copyright (c) 2010 "Cowboy" Ben Alman 6 | * Dual licensed under the MIT and GPL licenses. 7 | * http://benalman.com/about/license/ 8 | */ 9 | (function($){$.fn.equalizeBottoms=function(a){if(isNaN(a)){a=0;this.each(function(){var b=$(this).css({height:"auto"});a=Math.max(a,b.offset().top+b.outerHeight())})}return this.each(function(){var b=$(this);b.height(a-b.offset().top-b.outerHeight()+b.height())})}})(jQuery); -------------------------------------------------------------------------------- /examples/config.php: -------------------------------------------------------------------------------- 1 | 8 | Project Home, 9 | Documentation, 10 | Source 11 | 12 | $shell['h3'] = ob_get_contents(); 13 | ob_end_clean(); 14 | 15 | $shell['jquery'] = 'jquery-1.4.2.js'; 16 | //$shell['jquery'] = 'jquery-1.3.2.js'; 17 | 18 | $shell['shBrush'] = array( 'JScript' ); 19 | 20 | ?> 21 | -------------------------------------------------------------------------------- /docs/search/NoResults.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |This is a test file to insure that everything is working well.
35 | 36 |
37 | function test() : String
38 | {
39 | return 10;
40 | }
41 |
42 |
43 |
--------------------------------------------------------------------------------
/shared/SyntaxHighlighter/scripts/shBrushJScript.js:
--------------------------------------------------------------------------------
1 | /**
2 | * SyntaxHighlighter
3 | * http://alexgorbatchev.com/
4 | *
5 | * SyntaxHighlighter is donationware. If you are using it, please donate.
6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
7 | *
8 | * @version
9 | * 2.0.320 (May 03 2009)
10 | *
11 | * @copyright
12 | * Copyright (C) 2004-2009 Alex Gorbatchev.
13 | *
14 | * @license
15 | * This file is part of SyntaxHighlighter.
16 | *
17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify
18 | * it under the terms of the GNU Lesser General Public License as published by
19 | * the Free Software Foundation, either version 3 of the License, or
20 | * (at your option) any later version.
21 | *
22 | * SyntaxHighlighter is distributed in the hope that it will be useful,
23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 | * GNU General Public License for more details.
26 | *
27 | * You should have received a copy of the GNU General Public License
28 | * along with SyntaxHighlighter. If not, see | E | |
| equalizeBottoms, jQuery.fn |
Your generous donation allows me to continue developing and updating my code!
15 | 21 | 22 || E | |
| equalizeBottoms, jQuery.fn | |
| Examples | |
| F | |
| Functions | |
| J | |
| jQuery equalizeBottoms | |
| L | |
| License | |
| R | |
| Release History | |
| S | |
| Support and Testing |
161 | With jQuery equalizeBottoms you can 162 | "equalize" the bottoms of multiple elements, making columns heights even, even when CSS refuses to help. 163 | Keep in mind that you should still do everything you can in CSS first.. but then, after you've exhausted all your 164 | other options, this plugin may help! 165 |
166 |167 | Click the "add text" and "remove text" buttons below to see jQuery equalizeBottoms in action! 168 |
169 | 170 |
236 | Note that jQuery custom events are used in this example. You could just as easily remove all the custom
237 | events code, just calling equalize() right after it is defined, then again inside each click handler
238 | function, but that's up to you. Also note that if you don't have the luxury of knowing when
239 | the element heights may change, use the jQuery doTimeout
240 | plugin to set up a polling loop or to debounce events like window.onresize.
241 |
244 | = htmlspecialchars( $shell['script'] ); ?> 245 |246 | 247 | 248 | $shell['html_body'] = ob_get_contents(); 249 | ob_end_clean(); 250 | 251 | // ========================================================================== // 252 | // DRAW SHELL 253 | // ========================================================================== // 254 | 255 | draw_shell(); 256 | 257 | ?> 258 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/LGPLv3.txt: -------------------------------------------------------------------------------- 1 | GNU LESSER GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc.
Version: 1.5, Date: 3/23/2010
| jQuery equalizeBottoms | Version: 1.5, Date: 3/23/2010 |
| License | Copyright © 2010 “Cowboy” Ben Alman, Dual licensed under the MIT and GPL licenses. |
| Examples | This working example, complete with fully commented code, illustrates a few ways in which this plugin can be used. |
| Support and Testing | Information about what version or versions of jQuery this plugin has been tested with and what browsers it has been tested in. |
| Release History | |
| Functions | |
| jQuery. | Equalize the bottoms of all selected elements. |
Copyright © 2010 “Cowboy” Ben Alman, Dual licensed under the MIT and GPL licenses. http://benalman.com/about/license/
This working example, complete with fully commented code, illustrates a few ways in which this plugin can be used.
| Equalize Bottoms | http://benalman.com |
Equalize the bottoms of all selected elements.
jQuery('selector').equalizeBottoms( [ bottom ] );| bottom | (Number) An optional bottom y position to force selected element bottoms to. If omitted, bottom is computed automatically by measuring height of all selected elements and choosing the bottom-most bottom. You will probably never, ever use this. |
(jQuery) The initial jQuery collection of elements.