Skip to content

Commit b8f2bc4

Browse files
committed
Removing fills
1 parent 3f0f820 commit b8f2bc4

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

_includes/builder.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ <h4><a href="#dom_helpers">DOM HELPERS</a> - faster and easier DOM manipulation
2121
<a href="#dimensions">jQuery.dimensions</a> - set and animate innerWidth and outerWidth
2222
</label>
2323

24-
<label>
25-
<input type="checkbox" value="jquery/dom/fills" name="plugins"/>
26-
<a href="#fills">jQuery.fills</a> - Makes an element fill out its parent
27-
</label>
28-
2924
<label>
3025
<input type="checkbox" value="jquery/dom/form_params" name="plugins"/>
3126
<a href="#dimensions">jQuery.formParams</a> - serializes a form into an object

index.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -209,24 +209,6 @@ The following example lets you change the different width properties used by `$(
209209

210210
<iframe style="width: 100%; height: 500px" src="http://jsfiddle.net/5ZbSH/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0">JSFiddle</iframe>
211211

212-
## fills `$(element).fills([parent]) -> jQuery`
213-
214-
[Annotated source](http://donejs.com/jquery/docs/jquery.fills.html)
215-
216-
[jQuery.fills](http://donejs.com/docs.html#!jQuery.fills) adds `$.fn.fills` to make an element fill out a parent element.
217-
It takes care of any padding, margins and dimensions of other sibling elements and will update the dimensions when the parent
218-
[resizes](#resize). You can either pass a parent selector or jQuery element or an object with the following options:
219-
220-
- __parent__ - The parent element selector or jQuery element
221-
- __className__ - The class name to add to the element. Not set by default
222-
- __all__ - Restore the parent element to its original size first
223-
224-
`jQuery.fills` is extremely useful for complex layouts especially since it also takes care of elements that wrap automatically.
225-
Resize the container in the following example using the blue square to see how the `#fill` element adjusts its size correctly
226-
to fill out the remaining space:
227-
228-
<iframe style="width: 100%; height: 350px" src="http://jsfiddle.net/HSWTA/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0">JSFiddle</iframe>
229-
230212
## formParams `$(form).formParams([convert]) -> Object|jQuery`
231213

232214
[Annotated source](http://donejs.com/jquery/docs/jquery.form_params.html)

0 commit comments

Comments
 (0)