How to get the position of the object that was found in $ .inArray ()?
var obj = [
{
cidade : [
{
nome : "Maringá" ,
uf : "PR" ,
} ,
{
nome : "Curitiba" ,
uf : "PR" ,
} ,
{
nome : "Londrina" ,
uf : "PR" ,
}
]
} ,
{
estado : [
{
nome : "Paraná" ,
sigla : "PR" ,
regiao : "sul"
} ,
{
nome : "São Paulo" ,
sigla : "SP" ,
regiao : "sul"
} ,
{
nome : "Rio Grande do Sul" ,
sigla : "PR" ,
regiao : "sul"
}
]
}
];
exemplo.init();