Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shira-3749 committed Aug 5, 2015
1 parent 9ddad5f commit 8d2e1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ The plugin provides a single jQuery method you can use:
<td>Apply <code>position: fixed</code> and <code>top: ..px</code> directly to the element when it is fixed. Disable this if you wish to style the element through your own CSS rules using the <strong>fixClass</strong> (example: <code>#myElement.scroll-fix {position: fixed;}</code>).</td>
</tr>
<tr>
<th>onUpdateFixed<br><small>(deprecated - use DOM events instead)</small></th>
<th><del>onUpdateFixed</del></th>
<td>null</td>
<td>Custom function to call when the fixed element is updated. The function is passed an instance of <code>Shira.ScrollFix.Watcher</code>.</td>
<td>Custom function to call when the fixed element is updated. The function is passed an instance of <code>Shira.ScrollFix.Watcher</code>.<br><br>This option is deprecated. Use DOM events instead.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 8d2e1c5

Please sign in to comment.