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

65
Views
Why won't my ImageMapster jquery plugin work in Power Apps portal code editor?

I am trying to apply some hover effects to my image map that I have coded inside my power apps portal site via the code editor.

When I try to add in this method: <script type="text/javascript">$('img').mapster();</script> which sets up the styling I want, the code editor saves it as: <script type="text/javascript">$( & #039;img&# 039;).mapster();</script> and the jquery is not working on the page.

What do those numbers mean? Why is Power Apps adding those numbers in and is there another way to reference the image map perhaps? Any advice is appreciated.

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

0

please add this line

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.js"> 
</script>

next append this

<script type="text/javascript">

     $(document).ready(function () {
     $( & #039;img&# 039;).mapster();
  });

</script>
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!