Posts by Guilherme SMK • 21 points
3 posts
-
1
votes1
answer61
viewsQ: How to change the value of a custom attribute?
I want to change the value of a custom attr via jquery, but without success. Follow the code below: $("#botao-01").click(function() { $("#img-screen").attr("data-image","img/bauru-02.jpg"); });…
-
0
votes0
answers217
viewsQ: How to insert and customize tooltips in the image using map and area tags
Personal I am trying to create in an image of a product several points of interest, when the person click on one of these points will open a tooltip with the necessary information. I’ve already…
-
1
votes1
answer510
viewsQ: Problems with jQuery load | CORS
I am trying to "capture" some information contained on a third-party page directly on a page I am currently coding on. I am using jquery to do this, because I only want one or two information that…