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

86
Views
Linking embeddable one widget to another

I have a couple of widgets that are embeddable for any website. So, users who want to use those widgets will get a script bundle and couple of divs.

I want to link one widget to another. Assume, there are four widgets used on a website. I want to link them as users will click on one widget it will scroll to another.

Is there any way to connect one widget to another?

Suppose, there is one widget click here to know the details. If a user clicks on that will scroll to the details section which is another widget embedded with just a div.

This is what my goal is. Thanks

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

0

You can do the following:-

Suppose this is your details widget:-

<div id="details-widget">  
details-widget  
</div>

You can scroll down to above div by writing the 'click here widget' in the following way: -

<div>  
   <a href="#details-widget">click here</a>
</div>

Basically, you have to mention the id of the div in href of 'a' tag. On clicking the 'click here', it will scroll down to 'details widget'.

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!