Como obter o valor do alvo de dados no jQuery

$('yourObject').attr('data-target') // it returns as string
lff