skip to Main Content

How to Store and display user multiple input values to array in javascript? – Jquery

my task is to store user multiple input values in javascript array using push method the code is <body> <h3>employee form</h3> <div class="row"> <div class="col-md-6"> <form> <label for="id">Id</label> <input type="number" id="i1"/></br> <label>Name:</label> <input type="Name" id="name"></br> <label for="qty">Qty:</label> <input type="Qty" id="qty"/></br>…

VIEW QUESTION

How to stop position fixed at footer – Jquery

.home{ min-height:100vh; } #sidebar_left { width: 20%; padding: 20px; position: fixed; min-height: 82vh; background-color: #fdfcfd; box-shadow: 0 1px 10px 1px #2680ff6b; margin-left: 6%; display: flex; justify-content: space-around; flex-direction: column; scrollbar-width: none; overflow-x: hidden; overflow-y: scroll; } #footer { background-color: bisque;…

VIEW QUESTION
Back To Top
Search