This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Micro Grid Example</title> | |
<link rel="stylesheet" href="micro-grid-fluid-2p-margins.css"> | |
</head> | |
<body> | |
<div class="container"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Write the JS necessary to calculate values after a number is changed inside the form field. | |
Hints: | |
1.) Learn about change event methods: http://api.jquery.com/change/ | |
2.) Learn about retrieving values from form inputs: http://api.jquery.com/val/ | |
3.) Learn how to select specific inputs using eq selectors: http://api.jquery.com/eq-selector/ | |
*/ | |
$(document).ready(function() { |