Questions tagged as 'javascript'

1
answer

Hide the value of an input in an html5 form

I have created a form with html5 but I need to hide the value inserted in a field of the form. That's possible? If possible, how is it done? The code is basically this: <form><input type="text" value=""><input type="submit" v...
asked by 01.05.2017 / 20:24
1
answer

OnMapClickListener for a website?

I have researched a little about this topic and I am wondering if there is a way to do that by doing click on a Google map on my website I can get the LatLng values (latitude and longitude) of the point where you clicked. I know that t...
asked by 03.05.2017 / 01:14
3
answers

How to make an event only load once javascript

Hi, I'm doing a web with jquery and c #. The problem I have is that when I click on menus on the web more than once, I think the html content of the page is being loaded again and again. With this, clicking on the menu repeats the click () ev...
asked by 17.03.2017 / 14:53
1
answer

Error 'X-Frame-Options' to 'SAMEORIGIN' ionic2

I'm inserting an iframe in ionic2 imported from a url of a page I've tried some if I leave and youtube also but like the google or preincipal I have to place link do not let me leave this error: Refused to display 'http://soporte.estadistic...
asked by 19.03.2017 / 22:25
2
answers

Doubt with GET sending data

I have a list of users: <link>user1<link> <link>user2<link> <link>user3<link> . . etc. When I click on those links, the URL changes, for example: miAplicacion/user1 , miAplicacion/user2 ......
asked by 25.01.2017 / 00:20
1
answer

Send mail when a cell is changed and several conditions are met

I have been trying to find an answer for this specific problem and I can not find the right answer. I have a spreadsheet and I want it to send an email every time the cell data is modified in the L column of a particular sheet, I have a project...
asked by 24.01.2017 / 12:31
1
answer

Send Modal Form does not work

Good afternoon. I have a problem when it comes to post the data of a form that is inside a modal. I explain. From an exams.php table I call the modal passing the exam id: <td><button type="button" class="btn btn-info btn-outline btn-x...
asked by 16.12.2016 / 16:41
1
answer

Avoid double click of an ajax, angular

know how to avoid double click when sending data in an ajax ?, bone click to send the data and while they are sending do not let it come back click again, I put a loading but that is not enough. Thank you very much .controller('productoGctrl',...
asked by 19.12.2016 / 19:26
1
answer

Because my code does not work on mobile devices

I made this html that is responsible for controlling some relays in my arduino. On the pc my mac opening it with google chrome works perfectly. But when I compile it with phonegap and run it on Android, the GET requests are not sent. I strike th...
asked by 31.12.2016 / 18:27
1
answer

Animations CSS3 or JAVASCRIPT [closed]

What is the difference between the animations that you can create with CSS3 and with Javascript? On what occasions is it better to use one or the other?     
asked by 27.12.2016 / 01:58