-1

I Have This How to get value from ocrTextBox(2552) ????????????

$res='<script>
$("#submit_i2ocr").removeAttr("disabled");
$("#tools").show();
var aTag = $("a[name='resultsTag']");
$("html,body").animate({scrollTop: aTag.offset().top-50},"slow");
$("#ocrTextBox").val("2552\n").show();$("#ocrTextBox").css("direction","ltr");
</script>';

Help

My MaiL
  • 1
  • 2

1 Answers1

0

I am not fully understand, maybe you can try this way:

$("#ocrTextBox").val()
Tyler2P
  • 2,324
  • 26
  • 22
  • 31