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

202
Views
Nodelist content isn't logging

I have a website: https://i.imgur.com/LA0BTF9.png I'm trying refer to .kuFilterBox class name in Opera browser https://i.imgur.com/3ankrHh.png and get nothing https://i.imgur.com/N4jUF6S.png

If I'm trying refer to .kuFilterBox class name in Chrome browser - only in devconsole I got the result, but with undefined https://i.imgur.com/OqlPWfB.png

HTML:

<!DOCTYPE html>
<html>
<head>
  <script src="https://js.klevu.com/core/v2/klevu.js"></script>

  <script src="https://js.klevu.com/theme/default/v2/category-page.js"></script>

  <script type="text/javascript">
    klevu.interactive(function () {
      var options = {
        url: {
          protocol: 'https:',
          search: 'https://eucs3v2.ksearchnet.com/cs/v2/search' // your search URL
        },
        search: {
          apiKey: "klevu-14728819608184175" // your Klevu JS API Key
        },
        analytics: {
          apiKey: 'klevu-14728819608184175' // your Klevu JS API Key
        }
      };
      klevu(options);
    });
  </script>

  <script type="text/javascript">
    var klevu_pageCategory = "Clothing";
    sessionStorage.setItem("klevu_pageCategory", klevu_pageCategory);
  </script>

</head>

<body>

  <div class="klevuLanding"></div>

</body>


<script src="./main.js"></script>

</html>

JS:

  const filterBox = document.querySelectorAll('.kuFilterBox');

  console.log(kuFilterBox);
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!