Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

172
Views
Issue while implementing jQuery autocomplete in web forms

I am getting an error after running jQuery autocomplete.

console error

following is the ascx code :

<link href="../../JqueryWidget/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="../../JqueryWidget/jquery-ui.js" type="text/javascript"></script>
<script src="../../JqueryWidget/jquery-2.2.4.js" type="text/javascript"></script>

<script type="text/javascript">    
    $(document).ready(function () {
        console.log("working");
        $('#TBMgmtRp').autocomplete({
            source : ['choice 1','choice 2']
        });
    });   
</script>

<div class="form-row">
      <div class="form-column-two">
          <div class="label nomandatory">
                <span id="Span1">Management Representative :</span>
          </div>
          <div class="input-field">
               <asp:TextBox ID="TBMgmtRp" runat="server" MaxLength="200"></asp:TextBox>
          </div>
       </div>
   <div class="clear"></div>
</div>

There's no code related to the textbox in Code Behind.

What am I missing?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!