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

220
Views
object doesn't support property or method $

I have an html table in which i'am showing a result of my json object.

<article id="article2" style="top: 50px !important;">
            <div class="content" id="content_resultat">
                <table width="100%" class="display" id="resultats_client"></table>
            </div>
        </article>

I added a click button,double click button functionalities that are working fine in my dev environment

 $(document).on("click", "#resultats_client tbody tr", function () {
        debugger;
            if ($(this).hasClass("selected")) {
                $(this).removeClass("selected");
            } else {
                resultats_client.$("tr.selected").removeClass("selected");
                $(this).addClass("selected");
            }
        });
        // double click
        $(document).on("dblclick", "#resultats_client tbody tr", function () {
         debugger;
                var row = resultats_client.row(this).data();
                if (row == undefined) return;
                var parameters = {};
                parameters["id"] = row.id;
                OREKA.SDK.formUtils1.openEntityForm("account", null, parameters, null);
            });

But in my Test environment i am getting this error enter image description here

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!