├── .gitattributes ├── LICENSE ├── README.md ├── searchbutton.js └── test.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafcadia/SearchButton/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafcadia/SearchButton/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafcadia/SearchButton/HEAD/README.md -------------------------------------------------------------------------------- /searchbutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafcadia/SearchButton/HEAD/searchbutton.js -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafcadia/SearchButton/HEAD/test.html --------------------------------------------------------------------------------