Hello I have a var called numbers which is a string of number broken by a , I need to use each of these to do something with. Can anyone help me fill in the missing part:
var numbers = 1313,1314,1252,1244,1223,34,123,1,245;
(FOR Each number of numbers set AS numbersSingle)
var numbersSingle = 1313;
$(".notification").remove("#" + messageSingle);
I hope this makes sense, if anyone needs anymore information please let me know, thanks all!