Questions tagged as 'javascript'

0
answers

add div to a specific div cloned

I am trying to insert a div to a div cloned worse for example specifically to that, that is, what I want is that when you puncture a box and expand it appears not an area where I can put divs and then if I want to another box then something diff...
asked by 21.04.2017 / 23:08
2
answers

How can I make an ajax query in a fiddler with an example data?

Is there a page to do this? Where you can insert variable datos and copy the url in query ajax . Or where data can be used as the data of ajax , which I do not know if it is possible. With what purpose do I do this? t...
asked by 23.04.2017 / 22:37
1
answer

Google Drive picker does not load

Yesterday there were intermittences with the Drive Picker API, I found a post that suggested changing the path of the script but both do not work, when wanting to invoke the picker it does not load <script type="text/javascript" src="https:...
asked by 07.04.2017 / 17:53
2
answers

Observable inside a for

I am practicing ionic2, I am doing services with observables, in one part I made a for and within that for call another service but it seems that it stops the for and is counting the total of the array. Is it because of the observable that stops...
asked by 05.04.2017 / 18:06
1
answer

Light-Box Gallery

My question is this: I want to put some images designed in phothoshop as sample images on my page, they are cut in the shape of a diamond, but I want you to click on it to show me another image, which I have inside another folder of images ... I...
asked by 05.04.2017 / 03:56
1
answer

Place a header on the table and keep it fixed to the vertical scroll

I have come across a great paradox. I have already finished my project, I wanted to improve it by correcting some details as it is (among others) to keep the header cells fixed when doing vertical scroll in the tables. I have turned to...
asked by 06.04.2017 / 23:50
3
answers

Failed to return JSON: "Unexpected token in JSON at position 0" [closed]

I execute the SQL query and I receive the array processed with fetch_assoc . Finally in php I return it through ajax with json_encode . echo json_encode($this->rows); And this would be the code in JS: function se...
asked by 06.04.2017 / 22:45
1
answer

Multi-language page with jquery and javaScript functional for IE [duplicated]

I need to make my HTML multilanguage, I have seen on the Internet what can be done with php but there are people who have done it with jQuery and javascript. I know that in principle the part of loading the language would have to be done from...
asked by 11.04.2017 / 10:17
1
answer

InvalidAccessError Internet Explorer

I have the following Ajax, for the creation of a credit card, the script works perfectly in chrome but in IE it does not, it throws me an error InvalidAccessError , the site is on https. $('.js-payment-form').on('submit', function...
asked by 10.04.2017 / 21:19
0
answers

Connection to Postgre with JavaScript

Good morning, I need to create a script that makes connection with a postgre database , so that when you run capture a value that is in the database . Someone knows the code that allows me the connection and the query through Javascript ....
asked by 04.04.2017 / 12:38