I need your help,
I am try to match the keyword "BN to" but it appears that this is not working out for me, the result is always "-1". What am I doing wrong?
var yourArray = ["BNI to ALPHA", "BNI to BRAVO", "BNI to CHARLIE"]
var found = $.inArray('BNI to', yourArray)
alert(found)
}