1.3.1 • Published 1 year ago

taxomplete v1.3.1

Weekly downloads
2
License
ISC
Repository
github
Last release
1 year ago

taxomplete Build Status

Provides a text field to select a biological species.

It uses Awesomplete autocomplete widget and accesses plazi data on the LINDAS Linked Data Service.

Usage

Import the script as with:

<script src="https://plazi.github.io/taxomplete/taxomplete.js"></script>

You probably also want to use a css

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/awesomplete/1.1.2/awesomplete.css" crossorigin="anonymous" />

To activate the widget on a text field with id species-input you could use the following code:

<script>
    let input = document.getElementById("species-input");
    let taxomplete = new Taxomplete(input);
    taxomplete.action = function(value) {
        alert(value);
    }
</script>

Try it out: https://plazi.github.io/taxomplete/

1.3.1

1 year ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago