Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Remove Element from Array with JavaScript
Locate the index of the element, then use splice:

array.splice(index, 1);

Created By: amos 9/26/2016 10:39:33 AM