<div>
<input type="hidden" value ="abcnew" id="abc_lkid">
<input type="hidden" value ="abcold" id="abc_lkold">
<span>
<input type="text" id ="abc">
</span>
</div>
ID abc の入力フィールドがある div 内の非表示フィールドの値を取得し、abc が変更された場合にのみ取得する必要があります。
編集: abc の値は js を介して変更できます。id で明示的に呼び出すよりも、div 内の非表示フィールドを反復処理できれば素晴らしいでしょう。