-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinsurances.html
More file actions
132 lines (120 loc) · 4.88 KB
/
Copy pathinsurances.html
File metadata and controls
132 lines (120 loc) · 4.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<html>
<head>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="pc.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="scrpitt.js"></script>
<title>Services</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="sidenav">
<img src="quickplan.png" alt="logo" class="w3-border w3-image">
<ul class="w3-ul w3-hoverable">
<li><a href="index.html">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="advancedSearch.html">Advanced Search</a></li>
</ul>
<footer class="w3-container w3-display-bottommiddle">
<i class="fa fa-github w3-hover-opacity w3-large"></i>
<i class="fa fa-instagram w3-hover-opacity w3-large"></i>
<i class="fa fa-snapchat w3-hover-opacity w3-large"></i>
</footer>
</div>
<div class="main">
<div class="container">
<h2>Filterable Table</h2>
<p>Type something in the input field to search the table for first names, last names or emails:</p>
<input class="form-control" id="myInput" type="text" placeholder="Search.." value="0 0 No">
<br>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Insurance</th>
<th>Deductible</th>
<th>Monthly Premium</th>
<th>Max out-of-pocket/Year</th>
<th>Out of Network?</th>
</tr>
</thead>
<tbody id="myTable">
<tr>
<td><a href=:"https://health.usnews.com/medicare/pennsylvania/upmc-health-plan-upmc-for-life-hmo-rx-hmo--29-0-H3907">UPMC HMO</a></td>
<td>$0</td>
<td>$0</td>
<td>$3,400</td>
<td>No</td>
</tr>
<tr>
<td><a href="https://health.usnews.com/medicare/pennsylvania/upmc-health-plan-upmc-for-life-hmo-premier-rx-hmo--45-0-H3907">UPMC HMO Premier Rx</a></td>
<td>$0</td>
<td>$0</td>
<td>$6,700</td>
<td>No</td>
</tr>
<tr>
<td><a href="https://health.usnews.com/medicare/ohio/upmc-health-plan-upmc-for-life-hmo-deductible-with-rx-hmo--37-0-H3907">UPMC HMO Deductible with Rx</a></td>
<td>$750</td>
<td>$20</td>
<td>$4,000</td>
<td>No</td>
</tr>
<tr>
<td><a href="https://health.usnews.com/medicare/pennsylvania/upmc-health-plan-upmc-for-life-hmo-deductible-with-rx-hmo--39-0-H3907">UPMC HMO High Deductible Rx</a></td>
<td>$1,250</td>
<td>$35</td>
<td>$6,700 to $10,000</td>
<td>Yes</td>
</tr>
<tr>
<td><a href="https://health.usnews.com/medicare/pennsylvania/upmc-health-plan-upmc-for-life-hmo-rx-hmo--29-0-H3907">UPMC HMO Rx (HMO)</a></td>
<td>$0</td>
<td>$81</td>
<td>$3,400</td>
<td>No</td>
</tr>
<tr>
<td><a href="https://health.usnews.com/medicare/pennsylvania/upmc-health-plan-upmc-for-life-ppo-rx-enhanced-ppo--5-0-H5533">UPMC PPO Rx Enhance (PPO)</a></td>
<td>$500</td>
<td>$50</td>
<td>$6,700 to $10,000</td>
<td>Yes, with deductible</td>
</tr>
<tr>
<td><a href="https://health.usnews.com/medicare/pennsylvania/upmc-health-plan-upmc-for-life-hmo-rx-enhanced-hmo--6-0-H3907">UPMC HMO Rx Enhance (HMO)</a></td>
<td>$0</td>
<td>$263</td>
<td>$3,400</td>
<td>No</td>
</tr>
<tr>
<td><a href="https://medicare.highmark.com/content/highmark/pdf/WPA/2018/HBCBS_CBM_SB.pdf">Community Blue Medicare HMO Sig</a></td>
<td>$0</td>
<td>$0</td>
<td>$6,700</td>
<td>No</td>
</tr>
</tbody>
</table>
<p>Note that we start the search in tbody, to prevent filtering the table headers.</p>
</div>
</div>
<script>
$(document).ready(function(){
$("#myInput").on("keyup", function() {
var value = $(this).val().toLowerCase();
$("#myTable tr").filter(function() {
$(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
});
});
});
</script>
</body>
</html>