I am trying to display data based on selection in drop-down but i am unable to retrieve entire data.

<!DOCTYPE html> <html> <head> <title>URLs</title> <style>
table, th, td {
border: 0.5px solid black;
}
</style> <script src="https://ajax.googleapis .com/ajax/libs/jquery/2.1.1/jquery.min.js"> </script> <script>
function change(that)...