Posts by Gabrielle • 208 points
4 posts
-
6
votes1
answer395
viewsQ: How to view all JS code requested by an iframe?
I want to exhibit a iframe with an external page and then show in a textarea all JS code requested by iframe in question. I have two problems: the first is how to know all the requisitions that the…
-
0
votes0
answers168
viewsQ: How can I call a nodejs method in Java code?
I need to use a Node method in a Java application. I can’t use Nashorn because I need Jquery since pure JS doesn’t solve my problem. Since Node allows the use of Jquery, it was chosen, but I cannot…
-
4
votes1
answer1040
viewsQ: Image recognition within a larger image
I would like to do a part of my application, where the user would upload an image full of drawings inside, he would then select an area of the image and I would search the entire image uppada,…
-
-1
votes1
answer111
viewsQ: Problems with wiselinks and turbolinks
I need that, after clicking a button, a modal appears, inside this modal there is a populated form (or not) with Rails objects. The problem is that I can’t change the Accept header to js so that…