Skip to content

Commit bf58972

Browse files
authored
Update README.md
1 parent e51d82a commit bf58972

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You can set options such as template, criteria, callbacks and search but only `t
1414
```javascript
1515
var FJS = FilterJS(movies, '#movies', {
1616
template: '#movie-template',
17+
filter_on_init: true, // Default filter_on_init is false
1718
callbacks: {
1819
afterFilter: function(result){
1920
$('#total_movies').text(result.length);
@@ -340,6 +341,8 @@ To see the sample demo, clone this repo and open demo/filterjs.html in your brow
340341
341342
[Byte b.v. (partner page)](https://www.byte.nl/partners)
342343
344+
[Belihewan](http://www.belihewan.com)
345+
343346
If you use this, please send me an email, I shall add your link here!
344347
345348
## Sponsors and Supporters

0 commit comments

Comments
 (0)