Questions tagged as 'javascript'

1
answer

Help with ajax and Django 1.9

I find myself doing a search engine with ajax and django that throws me results as soon as I write a word in the search engine but I have not been successful. supposedly I already have everything. in the console shows me this when I do a sear...
asked by 26.04.2016 / 01:43
1
answer

Series name dxchart devextreme

Currently working with ASP.NET and devextreme component. My question is: How can I name my "series" of the graph from the C # code? Devextreme shows how to do it from the client side but not from the server side. My project example is very si...
asked by 05.04.2016 / 14:09
2
answers

appendTo and prependTo with native javascript

I would like to know how I execute the functions of jQuery "appendTo" and "prependTo" with pure Javascript. I attach an example: $(document).ready(function(){ $('.item').appendTo('.contenedor'); }); .item{ border:1px solid #d3d3d...
asked by 21.11.2018 / 20:59
1
answer

Update variable each time that variable is updated

I am consulting data from an api using PHP, where I want the $ climate variable to be automatically changed, when it no longer has the same value as before, and that the climate variable is shown already updated, all this without updating the wh...
asked by 15.09.2018 / 05:05
1
answer

Generate code aletaorously to an input

What friends can I do to generate a random code and show it in an input (it would have to be 13 digits) and that some format can be applied, for example that always start at 7 is for barcode and that This in turn does not repeat itself, and alwa...
asked by 25.10.2018 / 16:10
1
answer

Fill in data from a select

I am trying to load the respective data of an article by means of its id, from the registration form, where this information will only be visible, it will not be able to modify it. I have already tried several ways but I can not achieve my goal,...
asked by 16.10.2018 / 18:56
1
answer

HTML elements on full screen video

It is a theoretical doubt. I have an inherited application, which among other things shows a video about an iframe of vimeo. And on the video are showing questions and buttons for the answer in the bottom by a div. All this works well while the...
asked by 07.06.2018 / 14:51
3
answers

Place array values in true javascript

I have an object, inside that object, I have two properties. The first property is of the boolean type; the second property is of type boolean []. I need to put all the values of the array of the second property in true. I suppose I could do tha...
asked by 11.07.2018 / 20:25
1
answer

How can I validate with my id in ajax?

I am faced with two problems related to it, to be shorter I have the solution for each of them separately. The first one is: Add field in php; The second: Place a code and click on another side, button, space, etc. Show in an input the name o...
asked by 15.05.2016 / 21:37
3
answers

How to use the option value in php?

I have a drop-down menu, with 2 options: New customer and New product. What I'm looking for is that having selected a certain option takes me to a different form, in case I select "New Product" that takes me to a form where I add this info...
asked by 16.04.2018 / 00:01