Questions tagged as 'javascript'

0
answers

Problem with JS and MagnificPOPUP events

Good afternoon, I have a problem when running some events when the magnific-popup plugin has an open image. I put you in a little situation: Goal What I need is to put obstacles to capture the images of a website. I am fully aware of th...
asked by 17.10.2017 / 13:32
0
answers

Record and save video with JavaScript

Hi, I'm working on a project in laravel 5.6, I want to activate the camera of the device and record a video of a few seconds, and save it on the server, for now I have this that activates the camera, I do not know what else to do to record and s...
asked by 05.09.2018 / 00:22
2
answers

Enter a fontawesome icon) in a cell with javascript

I have a table of 5 columns in html and almost 300 rows, the last column has no data , I want to insert a fontawesome icon and give it an action using javascript, which takes the data from your row and enter them in a textarea Here's the c...
asked by 07.10.2017 / 05:51
1
answer

Show the Top Bar by scrolling up with sticky Foundation

An effect that I find interesting and quite useful, is to show the menu when it is scrolled up, and hide it when it goes down, although, downwards I can easily hide it with a display: none , using the class is-stuck is-at-top , of th...
asked by 23.09.2017 / 07:27
0
answers

Is it possible to encrypt the javascript of a web created with Html5? [closed]

I would like to know if you can encrypt the javascript of a web created with Html5 and if this is true, is it safe to do so? Does it not bring problems when running in the browser? is that I want to encrypt my javascript     
asked by 27.07.2017 / 05:52
1
answer

Does the order of the fields matter when a document is created in MongoDB?

I am learning to use MongoDB and NodeJS. While working, I was wondering if it matters the order of the fields when creating / inserting a new document within a collection. I leave an image to see what I mean, in it you can see how to creat...
asked by 27.07.2017 / 23:02
2
answers

Add text to carousel with js

I have a corrusel carousel I want, I have programmed the next js to get its value and then add them under the image with a <p></p> tag let items = document.querySelector('.portfolop-lodging '); for(i = 0; i < ite...
asked by 12.04.2018 / 15:13
1
answer

Problem changing target with javascript

I have a problem that I do not know how to solve. I attach the code snippet <li id="menu-item-61" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-61"> <a href="https://twitter.com/loquesea"> <i cla...
asked by 10.07.2017 / 16:49
2
answers

ComboBox Disabled

Good morning, I would like to know if you could help me with the following, I currently have a combobox with a property disabled I would like to know if there is any way to remove that red circle that comes out there, and replace it ins...
asked by 05.07.2017 / 19:21
0
answers

Download Google File Gmail APi

using the function var request = gapi.client.gmail.users.messages.attachments.get({ 'id': attachId, 'messageId': message.id, 'userId': userId }); I get a JSON response like this: {...
asked by 05.10.2017 / 18:08