Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
removed ntoes on IE/Edge not working.
  • Loading branch information
scott-davidjones authored Oct 4, 2018
1 parent 7c238bf commit 3d0b4dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A simple, lightweight jQuery plugin for reading a table and outputting its data
Include script *after* the jQuery library (unless you are packaging scripts some other way):

```html
<script src="/path/to/jquery.cookie.js"></script>
<script src="/path/to/jquery.tabletocsv.js"></script>
```

## Usage
Expand Down Expand Up @@ -78,16 +78,16 @@ Default options are as follows:

## Compatability

tableToCSV uses the new HTML5 ```download``` attribute for ```<a>``` elements. As such this plugin will only work for browsers that support this functionality. tableToCSV has been tested in latest Chrome, firefox and Opera.
tableToCSV uses the new HTML5 ```download``` attribute for ```<a>``` elements. As such this plugin will only work for browsers that support this functionality. tableToCSV has been tested in latest Chrome, firefox, Opera, IE and Edge.

## Issues

Internet Explorer and Safari are know to have issues and I am working on them.
Safari is know to have issues.

### Bugs

Please use the issue tracker for submitting bugs

## Contributing

If you wish to contribute please fork and submit merge requests.
If you wish to contribute please fork and submit merge requests.

0 comments on commit 3d0b4dd

Please sign in to comment.