commit
8202314e7e
10
index.html
10
index.html
@ -216,7 +216,17 @@
|
|||||||
numberOfSpots: gData.length
|
numberOfSpots: gData.length
|
||||||
})
|
})
|
||||||
$('#theNumberofSpots').html(theNumberofSpots)
|
$('#theNumberofSpots').html(theNumberofSpots)
|
||||||
|
|
||||||
|
if(window.location.hash) {
|
||||||
|
$('#tableFilter').val(window.location.hash.substring(1)).keyup()
|
||||||
|
$('.spotRow').first().click()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$(document).on('keyup', '#tableFilter', function() {
|
||||||
|
window.location.hash = $(this).val()
|
||||||
|
$('.spotRow').first().click()
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user