Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ To install StickySort, you will have to include the following resources in your

| Type | File Name | Description |
|------|------------------------|------------------------------------------------------------------------------------------------------------------------|
| JS | [jQuery 1.x](http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js) | **External Dependency**: The jQuery 1.x library is needed for Fluidbox functionality. |
| JS | [jQuery 1.x](http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js) | **External Dependency**: The jQuery 1.x library is needed for StickySort functionality. |
| JS | [Ben Alman's throttle/debounce plugin](http://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.min.js) | **External Dependency**: This plugin allows us to throttle or debounce certain events, allowing for better browser performance. |
| JS | `jquery.stickysort.js` | Confers the main functionality of Fluidbox. Alternatively, you can load the minified version, `jquery.fluidbox.min.js` |
| JS | `jquery.stickysort.js` | Confers the main functionality of StickySort. Alternatively, you can load the minified version, `jquery.stickysort.min.js` |
| CSS | `css/stickysort.css` | Offers styles that are crucial for the correct display of sticky elements. The appearance will break if this is not included. |

## Usage
Expand Down Expand Up @@ -82,7 +82,7 @@ $(function () {
```

### Configuration
Fluidbox can be configured according to your needs. The following options are available:
StickySort can be configured according to your needs. The following options are available:

| Option | Type | Default value | Description |
|------------------|-----------|---------------|---------------------------------------|
Expand Down Expand Up @@ -163,4 +163,4 @@ There are three possible sort states with this plugin, and they can be cycled th
3. Sort descending — rows are sorted by descending order

# Licensing: GNU General Public License
This plugin is licensed unter the GNU General Public License.
This plugin is licensed unter the GNU General Public License.