Jes Sie

Jes Sie

  • 668
  • 1.2k
  • 265.3k

How to get value of a textbox inside a table inside a tabcon

Nov 7 2017 9:56 PM
Hi! can anyone help me how to get the value of a textbox which is inside a table inside a tabcontainer?
 
Below is what I have so far but it doesn't work.
  1. $(document).ready(function () {  
  2.         $('#PolicyTxtBox').autocomplete({  
  3.             source: '/Handlers/TravelAssuranceHandler.ashx'  
  4.   
  5.         });  
  6.   
  7.     });  
Thanks in advance. 

Answers (4)