Questions tagged as 'javascript'

0
answers

Share Components between projects

We have a case of multiple projects with the same components and we would like to be able to import them as a library or modules, we have found several ways like npm / bit. Do you have experience in this and any recommendations?     
asked by 04.01.2019 / 23:05
1
answer

Show value of a text box by pressing Enter

I am developing a system in
asked by 17.04.2017 / 14:55
1
answer

Stop events onblur onclick while loading

Is there a way to stop the onblur events until the whole page loads? The events are inside a normal html form and look like this <input disabled type="text" name="art_siglas" id="art_siglas" onblur="Guardar()" placeholder="Siglas para et...
asked by 09.05.2017 / 17:19
1
answer

how to access property of an object when its name is a number

this is my object my code is this: <table class="table"> <thead> <tr> <th>id</th>...
asked by 30.12.2018 / 22:43
1
answer

Freeze headers sharepoint lists

I have a list of sharepoint (office365) created with 16 fields, and with many records. I need to know how I could immobilize the header so that when I scroll down it stays fixed and can be viewed from any register? I tried to create Json code...
asked by 30.12.2018 / 19:44
3
answers

insert javascript variable in a php session

function bimestre(event) { var targe = event.target || event.srcElement; var o = targe.getAttribute('value') o = parseInt(o); console.log(typeof(o)); // alert(event.target.innerHTML); va...
asked by 10.01.2017 / 19:47
1
answer

Different between javascript and ecmascript? [closed]

Hello friends, sorry for my ignorance in javascript but while I was reading I came across this standard and I saw that they were different, could you explain me? What is your correct difference? I would not like to be uninformed     
asked by 11.10.2016 / 02:54
1
answer

Modify JSON file or convert it to JS. React

I have a JSON file which is a "database", since I still do not have knowledge of that type. { "words": [ { "id": 1, "word": "Silla", "principal": "http://pngimg.com/uploads/chair/chair_PNG6860.png", "engword": "Ch...
asked by 25.12.2018 / 17:19
1
answer

How do I delete an entry with jQuery?

I am creating a task app with jQuery, to practice nothing else but I have a problem when it comes to eliminating a task, here's the code I hope you can help me The jQuery code is: $(".agregarBtn").click(function(){ var texto = $(".agre...
asked by 01.09.2017 / 18:09
1
answer

Best way to pass several variables

Very good, I have a form in which to accept, I have to pass the content of 5 fields to a function, my question is: Is there any way a little more efficient to pass 5 variables to a function? Maybe Json? Thank you very much     
asked by 04.09.2017 / 12:47