Questions tagged as 'javascript'

1
answer

Error trying to empty CKeditor content

I have the following situation, I am placing in my project the CKeditor 4.10 the basic package. No problem is shown to me and I can write and capture the data from him. What happens to me is that when I want to delete the data that is written...
asked by 12.07.2018 / 19:24
2
answers

Equal IDs for user registration by email method when doing push in Firebase

My question is how to do so that the identifier of a user record is the same in email and when saving data is by the same identifier all this I am doing in html and javascript the code is as follows: var database = firebase.database(); var use...
asked by 13.07.2018 / 15:05
1
answer

Href with click event to execute function

I wanted to know if somehow it could be done that when I clicked with href, a function would be executed and how it would be (having jquery and js available). I had something like that but it does not work, thank you very much. <a href="fun...
asked by 26.06.2018 / 20:03
1
answer

show new items through ajax if the login is correct

I have the following idea 1) User fill in a simple form (nick and pass). 2) It is checked in the database and if it is affirmative it has access to new tabs, elements of the previously hidden page. Important I want to use technology...
asked by 26.06.2018 / 11:45
1
answer

go through an object and send the data to firebase

So far I have the following code, I get an object and with a for what I'm going through: for (var i = 0; i < data.length; i++) { console.log("datos completos -> " + data[i].id_expediente); //acceder a mis datos de fi...
asked by 26.06.2018 / 15:06
1
answer

How to set a date limit to select on a datetimepicker?

<div class="form-group"> <div class="input-group date" id="datetimepicker1"> <input id="fechInicio" name="fechInicio" class="form-control" type="text"/> <span class="input-group-addon"> <span class="...
asked by 28.06.2018 / 03:22
3
answers

How to fix error Uncaught TypeError: Can not read property 'V' of undefined [duplicated]

I am bringing a list in JSON format, I store it in a variable and it works fine, the problem is when I try to use it is variable in another side it appears Uncaught TypeError: Can not read property 'V' of undefined, the V is brought from the l...
asked by 28.06.2018 / 04:54
1
answer

Browse XML located in the console

I was making a request through AJAX and I found that I do not know how to handle the information that arrives afterwards. This request returns an XML (in the console) like the one below; which I can see by console or pass it to String format and...
asked by 04.01.2018 / 16:16
1
answer

select several checkboxes when filtering the result by AJAX

I need to select several checkboxes that are not together and put them in a input type text , I achieved that by filtering "states" and selecting them I put them in input . But when doing another search, delete the...
asked by 05.01.2018 / 23:30
1
answer

pass jquery field values to php and save them to database

hello everyone I have a situation where I have two documents request.php and guardianship.php in the file request.php I have a to add fields. var nextinput = 0; function AgregarCampos(){ nextinput++; campo1...
asked by 29.06.2018 / 17:10