Posts by Fernando Torres • 33 points
5 posts
-
2
votes1
answer54
viewsQ: Flutter: snapshot.data does not load Json value
I’m creating a code for a Udemy course that I can’t get the answer to code that works on the teacher’s machine. I tried to change the versions, but apparently, the error is in the request response…
-
0
votes0
answers141
viewsQ: How to pass DJANGO (Python) variable to javascript
People. I have a problem where a friend is backend in DJANGO and I frontend in Javascript. I would like to know how to pass a variable from a Django array to Javascript. I’m trying to create a…
-
-1
votes1
answer26
viewsQ: Arrange Loadbar in Circle
People. This code is working. But I want help to set the initial position of the progress bar. Currently it starts at 45º. But I want it to start at 0º. Someone knows how to help me with this? var…
-
0
votes1
answer100
viewsQ: Disable links in an iframe
I am unable to find a solution that disables links within an IFRAME. I’ve seen on the web the option to use a pointer-Events: None; within CSS. This works, but ends up making the scroll of the page…
-
0
votes0
answers134
viewsQ: Load external website inside a <div>
I saw some examples of loading content into a div, to specific project pages. But I’m finding it difficult with Jquery. For page loading it is common to use the function load() jQuery, which works…