xxxxxxxxxx
<html>
<head>
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<title>Template</title>
</head>
<body>
<script id="jsbin-javascript">
/*
How the data model might look based on
https://www.orleanscivilclerk.com/forms/civil_fees.pdf
and https://www.jpclerkofcourt.us/fees/
*/
var costData = {
orleans: {
"petition" : "503.50",
"petition-for-garnishment" : "282.50" //, etc...
},
jefferson: {
"petition" : "400.00",
"petition-for-garnishment" : "600.00" //, etc...
}
};
console.log(costData.orleans['petition-for-garnishment']);
</script>
<script id="jsbin-source-html" type="text/html">
<html>
<head>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="//code.jquery.com/jquery.min.js"><\/script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"><\/script>
<meta charset="utf-8">
<title>Template</title>
</head>
<body>
</body>
</html></script>
<script id="jsbin-source-javascript" type="text/javascript">/*
How the data model might look based on
https://www.orleanscivilclerk.com/forms/civil_fees.pdf
and https://www.jpclerkofcourt.us/fees/
*/
var costData = {
orleans: {
"petition" : "503.50",
"petition-for-garnishment" : "282.50" //, etc...
},
jefferson: {
"petition" : "400.00",
"petition-for-garnishment" : "600.00" //, etc...
}
};
console.log(costData.orleans['petition-for-garnishment']);
</script></body>
</html>
Modified http://code.jquery.com/jquery.min.js to a secure url
Modified http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js to a secure url
https://code.jquery.com/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js
https://code.jquery.com/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js