Questions tagged as 'javascript'

1
answer

Json poorly formed by PHP function

I'm putting together a json in a php function and taking it in js gives me an error when wanting to parse it. When I validated it on a page, it says it's invalid, by deleting it:    messan "[]" I can validate it correctly. Some idea...
asked by 22.08.2017 / 13:15
1
answer

I have a question with servlets

Hello, this is my code that I have but I do not know how this would happen, I have a servlet truth I have no idea and I am suffering if someone can help me I will thank you, by the way I already have what is the connection and that I only...
asked by 16.08.2017 / 15:54
0
answers

problems with my code serveletes in the parameters

hi how I have problems with my servlet code because here where it says account is a parameter of my table and in fact before putting what is in the goGET I had put something like that //InsertarPublication ObtenerIdRedS= new InsertarPublicati...
asked by 16.08.2017 / 20:02
1
answer

Change class value with Javascript [duplicate]

Good I have a button that hides a menu with javascript, this menu occupies two columns (bootstrap) and the more of the page are 10 columns. <!-- Menu --> <div class="col-md-2 col-sm-2 col-xs-12" id="izquierda> <!-- Pagina --&g...
asked by 16.08.2017 / 13:49
1
answer

Fill a text from a select

I have a minimum code testing a java script in apache and it is not filling the text <!DOCTYPE html> <html> <head> <script text=javascript> var select = document.getElementById('dropdown'); select.addEventListener('chan...
asked by 22.08.2017 / 22:29
1
answer

add a Javascript button

I have a table and with jquery and js td are added to be necessary for the table as it is a kind of invoice that fills the user, I require that when you add the other td print on the td the button that will click to show the modal and load other...
asked by 23.08.2017 / 02:57
0
answers

Update html table

I have this Ajax which makes me an update, and I will pass it on so that I can delete the content that is checked, My mistake is that I also have to remove from the general table which I do not know how to remove it. This is the...
asked by 05.08.2017 / 15:30
0
answers

TypeError: Can not read property 'output' of undefined

I see an error, which I interpret happens because the method I try to call or invoke does not exist. The strange or strange of all this, is that I use the same way to inject the service, and this error does not occur, well without further ado, I...
asked by 05.08.2017 / 18:57
0
answers

Incompatibility when running Web App from Facebook Browser

Greetings, We are working on a web App. We have noticed that certain features do not run properly when the user is browsing from the Facebook browser. It seems to be a CSS or JS theme Has anyone encountered something similar? Some so...
asked by 04.08.2017 / 12:18
2
answers

Ignore error in json from jQuery

I have the following problem when I make a call var googleAPI = "https://www.googleapis.com/books/v1/volumes/"+item.id; $.ajax({ type: 'GET', url: googleAPI, data: { pub : 'value' }, dataType: 'json', success: function...
asked by 04.08.2017 / 20:31