Browse Source

docs : troubleshooting.html -> help.html

pull/96/head
David DeSandro 14 years ago
parent
commit
7f1fb98517
  1. 2
      _posts/demos/2011-01-11-images.html
  2. 2
      _posts/docs/2010-12-03-options.mdown
  3. 2
      _posts/docs/2010-12-10-adding-items.mdown

2
_posts/demos/2011-01-11-images.html

@ -15,7 +15,7 @@ photos:
---
<section id="copy">
<p>Isotope is triggered after all images are loaded with the <a href="../docs/troubleshooting.html#imagesloaded_plugin"><code>imagesLoaded</code> plugin</a>. </p>
<p>Isotope is triggered after all images are loaded with the <a href="../docs/help.html#imagesloaded_plugin"><code>imagesLoaded</code> plugin</a>. </p>
</section>
<div id="container" class="photos clearfix">

2
_posts/docs/2010-12-03-options.mdown

@ -265,7 +265,7 @@ The property name of the method within the `getSortData` option to sort item ele
<dd class="default"><code><span class="kc">true</span></code></dd>
</dl>
Isotope uses CSS3 transform to position item elements, when available in the browser. Setting `transformsEnabled` to <code><span class="kc">false</span></code> will disable this feature so all browsers use top/left absolute positioning. Useful for [resolving issues with Flash content](troubleshooting.html#flash).
Isotope uses CSS3 transform to position item elements, when available in the browser. Setting `transformsEnabled` to <code><span class="kc">false</span></code> will disable this feature so all browsers use top/left absolute positioning. Useful for [resolving issues with Flash content](help.html#flash).
### Additional CSS {#transformsEnabled-css}

2
_posts/docs/2010-12-10-adding-items.mdown

@ -43,7 +43,7 @@ The [`appended` method](methods.html#appended) is a convenience method triggers
[**See Demo: Infinite Scroll**](../demos/infinite-scroll.html).
See also [Infinite Scroll with filtering or sorting](troubleshooting.html#infinite_scroll_with_filtering_or_sorting)
See also [Infinite Scroll with filtering or sorting](help.html#infinite_scroll_with_filtering_or_sorting)
## Prepending

Loading…
Cancel
Save