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

79
Views
Fill arrays from dual list

Hi everyone I want to fill array in data from dual list how I can do it

 $(document).ready(function () {
                $('#btn').click(function () {
                    var listBox = $("#targetListBox").data("kendoListBox");
                    var items = listBox.items();
                   
                    for (var i = 0; i < items.length; i++) {
                        var dataItem = listBox.dataItem(items[i]);
                   
                        alert(dataItem.text);
                    }
               
                });

I have data from targetListBox then I show it in strong textalert I want before show in alert move it to array and show array in alert how I can do that Regards

about 4 years ago · Santiago Gelvez
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!