Posts by Wendell Mosquini Pozzatti • 99 points
8 posts
-
3
votes2
answers1399
viewsQ: Find element in HTML and add a class with pure Javascript
I need to locate a class called uk-slideshow inside the HTML, after locating, I need to check inside the uk-slideshow image, if you have, add a class in this img. PS: It’s more of an image. The…
-
1
votes1
answer74
viewsQ: setInterval() stop with mouse Hover
I am creating a JS to run the code as if it were slides. <div class="uk-panel uk-panel-box tm-mandato uk-hidden-small widget_recent_entries"> <div class="uk-width-1-1 uk-width-medium-1-4…
-
0
votes0
answers1885
viewsQ: How to hide top bar (title and logo) from Youtube iframe
After the Youtube API Update in September, the "showinfo=0" command stopped working in iframes. Is there any way to hide this bar from the top (Title, logo, share and view option later)? Another…
-
3
votes3
answers729
viewsQ: Get font size in HTML
I need to get the source information that is configured in the HTML tag with Jquery. I know to get the font-size just use: css: p {font-size: 12px;} JS: var tamanho = $("p").css('font-size'); The…
-
0
votes3
answers41
viewsQ: Jquery does not run correctly
I’m creating a sidebar that will contain some accessibility options. The big one is, in parts the sidebar is working properly. 1º By clicking on the accessibility icon, the sidebar opens normally,…
-
1
votes0
answers387
viewsQ: Error: $http:baddata Bad JSON Data
I am finishing developing a web application but I have a problem. All my application was developed in Python, Restful, Angularjs and Chartjs. I am importing information from the database via python…
-
1
votes0
answers111
viewsQ: Execution of independently executed Python code
good night. I am developing a python web application with Django, the goal is to turn on and off devices using relays and Arduino, display power consumption and generated cost. I have the python and…
pythonasked Wendell Mosquini Pozzatti 99 -
0
votes2
answers100
viewsQ: Arduino restarting when starting python code execution
I am new in the development part and mainly in using the Arduino. I am developing a python web application with some functions, one of them is to turn a light bulb on and off (my problem). I…