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

155
Views
How is that I can not investigate part of HTML in browser inspector?

I have here this seating layout: https://www.jegy.hu/program/kabare-121948/713631

If I investigate one available seat in Chrome, inspector does not show coordinates of the div for that particular seat. Why? Maybe because seat coordinates loaded with Javascipt later, directly to DOM?

Is it a way to extract part of the HTML if they are loaded via Javascipt to DOM?

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can not really investigate one available seat, at least not as you would expect.

The first thing is that the website lays a <div> over the actual image, that looks like it is used to collect all user interaction (events) with the image (e.g. scrolling, navigating). This is the div you have selected in your screenshot. You can go ahead and just delete it.

Then you'll notice that there are <canvas> elements that create a 4x4 grid of tiles. The actual seats are painted into these canvas elements. They are not even real DOM objects.

But there are elements you can investigate: the <text>s like "JOBB KARZAT". Just search for that string in the DOM and you'll find some interesting elements.

about 4 years ago · Juan Pablo Isaza Report
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!