I'm trying to remove a position from the array with slice, from what I saw until I can only get the position of this array, how would I get value? Because the position of the array changes a lot in each situation, I'm trying this way:
if($j('#folog_manha').css('display') == "none"){
var retornox = retorno.slice('Manhã');
}
If it does not, how would I get the positions of this array to compare? in case you take the position that is 'Morning' and give a slice in it.