Posts by user9618369 • 67 points
5 posts
-
3
votes2
answers1267
viewsQ: search for value in json object and return position in array
Is there any way to search for the last name in the object and return the position in the main array? Ex.: Searching SOUZA return the position of the index in the array and recover the same data for…
-
1
votes1
answer82
viewsQ: javascript create links comparing tag text
What better way to make this script slower with or without jquery, the original function has more than 200 lines of changes, and is applied on a page where there are on average 1000 to 1500 tags to…
-
1
votes0
answers100
viewsQ: function from onclick to external url iframe
How to receive the parameters of an onclick when the link is in an external url iframe? on the same server does exactly what I need, already working with the help of a Stack user (dvd). function…
-
0
votes2
answers1054
viewsA: mount url to open new tab with parameters passed by onclick
Is there any way to receive the parameters while the link is in an external iframe? on the same server does exactly what I need, already working with the help of dvd. function this way: function…
-
1
votes2
answers1054
viewsQ: mount url to open new tab with parameters passed by onclick
How to do a function to handle parameters passed on onclick to mount a URL and open it in a new tab? Example: <button onclick="javascript:parent.funcao1('TESTE','ABCD',…