Questions tagged as 'javascript'

1
answer

Change the value of input type text in php

I have a value assigned to a variable in php and I show it in a type text. I wish that by clicking on a checkbox I can edit and change that value. 1.- If I click and change the value, when submitting with submit, it shows me the change made....
asked by 26.10.2016 / 14:28
1
answer

Change the background of a body with php and javascript

I have to change the image of the background that I assigned by css to a body depending on the validation that I do with an if in php, it would be something like this: if(!empty($userData)){ echo "<script language='javascript'>"...
asked by 28.08.2017 / 17:20
1
answer

Retrieve values from my table?

I want to save in a variable the data of my table for example my json brings me 2 fields, name and date. And I want the first name data to save it in a variable: example:  var nom = 'the first name record';  var fech = 'the first date re...
asked by 26.07.2017 / 20:34
0
answers

Printresults php within a div

I'm trying to print the result of a query inside a div that is in another file, the first file chat-php is called by the GET method to the file index.php that is in the same folder this is the file code chat.php &...
asked by 24.07.2017 / 18:54
1
answer

Fast input with jQuery and AJAX

I am creating a page for a product and it has a customizer such as color, texture, name and quantity, it has the ability to generate the cart on the same website with ajax providing the possibility to modify the custom product previously. The...
asked by 24.07.2017 / 20:22
1
answer

Fill combobox and auto complete inputs with php

I want to know how I can do the filling of a combobox with php, since I want that depending on what is selected in the combobox the inputs are automatically filled I have a table called operators id nombre numero 1 carlos 1 2 gregorio...
asked by 24.07.2017 / 20:46
0
answers

LocalStorage Select disabled

I have this design And what I am trying to do is that those who are disabled save them in the localStorage and that when refreshing the page or close and open it again they remain disabled $(function() {...
asked by 24.07.2017 / 14:37
1
answer

how can I do a report grouped by rows in angularjs with ng-repeat

How can I do to have a result like the second table?    Appointment in block   This is my json [{id: "211", Pedido_id: "50", Producto_id: "17", Proveedor_id: "3", Cantidad: "25",…},…] 0 : {id: "211", Pedido_id: "50", Product...
asked by 23.07.2017 / 23:29
0
answers

Progress bar in Django

Good evening I am developing an app in Django 1.10, using the Bootstrap framework. In my app I have a view where some reports are generated, which usually take a few seconds for the number of records that I manage in the database, what I would l...
asked by 30.07.2017 / 02:31
0
answers

typeahead show results

I have a inputText that I want to autocomplete with a list of words that are read from a bd table using ajax using typeahead.js . The problem I have is that although by ajax I get all the results that contain the input text, they do...
asked by 31.07.2017 / 13:00