Posts by KmDroid • 141 points
4 posts
-
0
votes0
answers369
viewsQ: Call link using Ajax
Hello, I have this code here: If I click on the number is called the href but opens the link on the same page because it has the target="_self". What I wanted was to click the number to call the…
-
1
votes0
answers26
viewsQ: Add multiple elements (DIV’s) to IE 11
Hello, I have the following code: function LoadProd() { var restUrl = "https://tenant.sharepoint.com/sites/site/Negocio/OfertaParticulares/_api/web/lists/GetByTitle('Ofertas Particulares - Criação…
-
0
votes0
answers32
viewsQ: Error on Metadata type when I try to do POST
I have this code: function insertuser(obj){ var listID = obj.getAttribute('data-listid'), itemID = obj.getAttribute('data-itemid'), URLID = obj.getAttribute('data-itemurl'); var UserId =…
-
2
votes3
answers927
viewsQ: Remove a part of the URL
I have this URL: https://teste.teste.pt/sites/teste/Normativo/NormasDeProcedimentos/Documents/Histórico/ How could I return only NormasDeProcedimento/ of the URL with Javascript and save in a…