Posts by guilhermebellotti • 35 points
5 posts
-
0
votes0
answers81
viewsQ: Check element and replace - JS repeat
var test = new Array(); test["102-1"] = new Array("102-1", "Elemento"); $(document).ready(function () { $("a[name='" + test["102-1"][0] + "']").attr({ "data-original-title":test["102-1"][1] }); });…
-
0
votes2
answers49
viewsA: Access the site via HTTPS - AWS
After several attempts and reconfigurations, Professor Francisco Edilton (Cloud Architect) discovered the mistake! Failed to make the domain appointment to the Load Balancer. Replaces the IP…
-
2
votes2
answers49
viewsQ: Access the site via HTTPS - AWS
I’m having doubts to access the site using the HTTPS protocol for the domains in my hosting. I went up an instance Linux T2.micro zone São Paulo (Amazon ECS). I have done the procedure to acquire…
-
1
votes1
answer189
viewsQ: Open Collapse via Bootstrap URL
How can I open a particular Collapse via URL? For example: by clicking 'Link 1' he goes to the page 'pagina1' and opens/takes user to Collapse 'link1' (href="pagina1.html#link-1"), in this case…
-
0
votes2
answers609
viewsQ: Change bgcolor according to class
For now I do not have much knowledge in JS and I would like to ask a question... I need to change bgcolor according to the active class. For example: "if the 'active' class is bundled with…