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

199
Views
How to use plugin jquery.dropdown.js in xslt

I am using jquery.dropdown.js plugin. my page is built on xslt. Tell me what are the features in the construction. How to use this plugn? disabled selected - not working. Error - Missing attribute value on attribute 'disabled'. Error - Missing attribute value on attribute 'selected'.

 <div class="demo">
<select style="display:none"  name="tstate_next_ttype11" multiple ="multiple">
    <option value=" " disabled selected></option>
    <option value="1">1</option>
    <option value="2">2</option>
    <option value="3">3</option>
    <option value="4">4</option>
    <option value="5">5</option>
    <option value="3" >Selected</option>
    <option value="4" >Disabled</option>
    <option value="5">5</option>
    <option value="6">6</option>
    
  </select>
 </div>

JS

$('.demo').dropdown({
        readOnly: false,
        limitCount: Infinity,
        multipleMode: 'label',
        input: '<input type="text" maxLength="20" placeholder="Search">',
        searchable: true,
        searchNoData: '<li style="color:#ddd">No Results</li>',
        choice: function () { }
    });
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!