I'm trying to get value from input tag but it returns an empty string. When I open frame source it shows something like
<input type="hidden" name="" class="code_item" value="00-00000159" />
To get value I'm trying with
$(this).children('td').children('.code_item').value
Please, help me to find the error, I'm new for this.
$(this).children('td').children('.code_item').val()