I have a form like this
<div>
<input type="text" data-identity-td="uk-021">
<input type="text" data-identity-td="ae-033">
<input type="text" data-identity-td="fr-045">
<input type="text" data-identity-td="in-125">
</div>
if i type anything any of the textbox eg: if i type something in third text box the
data-identity-td="fr-045"
after click the outside of the text box need to get a message
"You typed something in fr-045"
any jquery solution for this?