Questions tagged as 'javascript'

0
answers

Animation between tabs: javascript in cordova

I'm studying the creation of mobile apps for my TCC and I would like to know what to study in javascript to do a tab animation like facebook mobile, where you slide to the side and go from the feed to the requests for friendship, etc. I do not n...
asked by 23.08.2018 / 16:31
2
answers

Check for change in Javascript element property

I have some div 's of id 1 , 2 and 3 , respectively. They are within the page of class home . For example: <div class="home"> <div id="1" style="transform: translateX(0px);">blabla</div>...
asked by 29.08.2018 / 16:40
0
answers

Feed a list with data from the txt file

Hello, good morning! People need help! I have the following list created in html, it is not complete, just p you understand. <ul class="lista"> <li>Datetime:</li> <li>Velocidade:</li>...
asked by 29.08.2018 / 17:14
1
answer

$ .fn.data - jQuery

Well, I'm banging my head on this code, I'm reading a book about jQuery, but I can not get this code to work, someone can give a hint on how to solve it, and what this method works for ($ .fn. date). $('#minhaLista li').each(function(){...
asked by 29.08.2018 / 18:15
0
answers

A question about customizing a javascript related to Twitch Clips

Basically my idea is to get the 3 most watched clips of the day from a certain channel, but what I'm not able to do is to customize the player in which they are being "Pulled", since I do not know how to customize the iframe created via javascri...
asked by 29.08.2018 / 16:07
1
answer

Return value of a request!

I'm practicing a bit of nodeJS, so I decided to create an application for the temperature query, however I came across a question. How do I return the value of the weather variable: const tempo = () =>{ request('http://apiadvisor.climat...
asked by 23.08.2018 / 02:37
0
answers

How to change the image of the site depending on the screen resolution of the device?

I have a carrot in Bootstrap, and I'm trying to change the images of it depending on the screen resolution of the device using Javascript, but I do not know how to make it work. var width = screen.width; var image1 = document.getElementsB...
asked by 23.08.2018 / 01:49
1
answer

Open WebCam and capture image with C # in ASP.NET WebForms

Alright? I am developing a student registration system and need to open the computer webcam to take a picture of the student and link in their register, I would like to know how you can perform this action using C # in ASP.NET WebForm. Right now...
asked by 22.08.2018 / 13:48
1
answer

Get user ID on a form

I will develop a WEB platform, and in the software in a certain context there is the possibility for a certain user to see the profile of other users, see their public information registered and in a form linked to the profile profile, send mess...
asked by 31.08.2018 / 21:52
0
answers

I can not load a js file from a child theme -Wordpress

I created a child theme to modify a mobile menu. It has a js script, however when loading, look for this file in the parent theme and not in the child theme. I used this function to load the child theme: function menumobile_setup(){ wp_...
asked by 31.08.2018 / 21:25