How can I remove specific items from an array with jQuery?
var rundhalsArray = ["50237451_001", "50237451_100"];
var Array = ["50237451_001", "50237451_100", "50236765_001", "50236765_100"];
I'd like to remove from Array all the items in rundhalsArray.
 
     
     
     
    