var w3o_observation_table;
jQuery( document ).ready(function($) {
// var custom_filters = $( ‘.w3ml_datatable_filter’ ).remove().show();
// $( ‘body #w3ml_member_list_table_filter’ ).prepend( custom_filters );
$( ‘body’ ).on( ‘change’, ‘#provincestate_filter’, function() {
var val = $(this).val();
var column = w3o_observation_table.column( 2 );
column
.search( val ? val : ”, true, false )
.draw();
});
});
.w3o_datatable_filter {
padding: 6px 10px;
border-radius: 3px;
margin-right: 20px;
margin-top: 10px;
}
jQuery( document ).ready(function($) {
// var custom_filters = $( ‘.w3ml_datatable_filter’ ).remove().show();
// $( ‘body #w3ml_member_list_table_filter’ ).prepend( custom_filters );
$( ‘body’ ).on( ‘change’, ‘#genus_filter’, function() {
var val = $(this).val();
var column = w3o_observation_table.column( 1 );
column
.search( val ? val : ”, true, false )
.draw();
});
});
.w3o_datatable_filter {
padding: 6px 10px;
border-radius: 3px;
margin-right: 20px;
margin-top: 10px;
}
jQuery( document ).ready(function($) {
// var custom_filters = $( ‘.w3ml_datatable_filter’ ).remove().show();
// $( ‘body #w3ml_member_list_table_filter’ ).prepend( custom_filters );
$( ‘body’ ).on( ‘change’, ‘#species_filter’, function() {
var val = $(this).val();
var column = w3o_observation_table.column( 1 );
column
.search( val ? val : ”, true, false )
.draw();
});
});
jQuery( document ).ready(function($) {
let genus_val = $( ‘#genus_filter’ ).find(“:selected”).val();
if( genus_val ) {
$( ‘select#species_filter option’ ).hide();
$( ‘select#species_filter option.’ + genus_val ).show();
$( ‘select#species_filter option.unknown’ ).show();
}
$( ‘#genus_filter’ ).on( ‘change’, function() {
let genus_val = $( this ).find( ‘:selected’ ).val();
let selected_species_item = $( ‘select#species_filter’ ).find( ‘:selected’ );
if( ! selected_species_item.hasClass( genus_val ) && ! selected_species_item.hasClass( ‘unknown’ ) ) {
$( ‘select#species_filter’ ).val( ” );
}
$( ‘select#species_filter option’ ).hide();
$( ‘select#species_filter option.’ + genus_val ).show();
$( ‘select#species_filter option.unknown’ ).show();
});
$( ‘#genus_filter’ ).trigger( ‘change’ );
});
.w3o_datatable_filter {
padding: 6px 10px;
border-radius: 3px;
margin-right: 20px;
margin-top: 10px;
}
jQuery( document ).ready(function($) {
// var custom_filters = $( ‘.w3ml_datatable_filter’ ).remove().show();
// $( ‘body #w3ml_member_list_table_filter’ ).prepend( custom_filters );
$( ‘body’ ).on( ‘change’, ‘#year_filter’, function() {
var val = $(this).val();
var column = w3o_observation_table.column( 3 );
column
.search( val ? val : ”, true, false )
.draw();
});
});
.w3o_datatable_filter {
padding: 6px 10px;
border-radius: 3px;
margin-right: 20px;
margin-top: 10px;
}
jQuery( document ).ready(function($) {
// var custom_filters = $( ‘.w3ml_datatable_filter’ ).remove().show();
// $( ‘body #w3ml_member_list_table_filter’ ).prepend( custom_filters );
$( ‘body’ ).on( ‘change’, ‘#month_filter’, function() {
var val = $(this).val();
var column = w3o_observation_table.column( 3 );
column
.search( val ? val : ”, true, false )
.draw();
});
});
.w3o_datatable_filter {
padding: 6px 10px;
border-radius: 3px;
margin-right: 20px;
margin-top: 10px;
}
jQuery( document ).ready(function($) {
// var custom_filters = $( ‘.w3ml_datatable_filter’ ).remove().show();
// $( ‘body #w3ml_member_list_table_filter’ ).prepend( custom_filters );
$( ‘body’ ).on( ‘change’, ‘#status_filter’, function() {
var val = $(this).val();
var column = w3o_observation_table.column( 4 );
column
.search( val ? val : ”, true, false )
.draw();
});
});
.w3o_datatable_filter {
padding: 6px 10px;
border-radius: 3px;
margin-right: 20px;
margin-top: 10px;
}
jQuery( document ).ready(function($) {
// var custom_filters = $( ‘.w3ml_datatable_filter’ ).remove().show();
// $( ‘body #w3ml_member_list_table_filter’ ).prepend( custom_filters );
$( ‘body’ ).on( ‘change’, ‘#observer_filter’, function() {
var val = $(this).val();
var column = w3o_observation_table.column( 5 );
column
.search( val ? val : ”, true, false )
.draw();
});
});
.w3o_datatable_filter {
padding: 6px 10px;
border-radius: 3px;
margin-right: 20px;
margin-top: 10px;
}
Firefly ID |
Species Name |
Location |
State |
Latitude |
Longitude |
Date |
Status |
Observer |
Firefly ID |
Species Name |
Location |
State |
Latitude |
Longitude |
Date |
Status |
Observer |
Firefly ID |
Species Name |
Location |
State |
Latitude |
Longitude |
Date |
Status |
Observer |
Firefly ID |
Species Name |
Location |
State |
Latitude |
Longitude |
Date |
Status |
Observer |
Firefly ID | Species Name | Location | State | Latitude | Longitude | Date | Status | Observer |
Firefly ID |
Species Name |
Location |
State |
Latitude |
Longitude |
Date |
Status |
Observer |
Firefly ID |
Species Name |
Location |
State |
Latitude |
Longitude |
Date |
Status |
Observer |
Firefly ID | Species Name | Location | State | Latitude | Longitude | Date | Status | Observer | Notice: Below is a list of 0 important links included on this page.
Please note that while screen readers have made significant strides, they may still lack full support for optimal web accessibility.