Questions tagged as 'html'

0
answers

List checkbox from database using php and ajax

I need to show a checkbox listing from a database with ajax. I have an example that lists a select with data from the database but I can not find a way to modify it to show the checkbox . The form: <form role="form" id="agre...
asked by 31.08.2018 / 05:37
2
answers

Re-direction of the page with html

I really do not think they need code to try to answer my question, what I did was a login form, and a registration form, the 2 are linked to the same database in php, what I want to do is that at the moment that you enter the data correctly, it...
asked by 10.08.2018 / 01:11
2
answers

Problem with AJAX

I'm working on a code, but I'm taking tests to be able to load information from the database into two fields, from the selection of a select. The problem is that when executing the ajax it shows the error. Now execute the code where the query is...
asked by 31.08.2018 / 21:11
2
answers

because of a tag a with path "path / {{$ var}} / edit" and an 'action': "path / {{$ var}} my final path is:" "path / {{$ var }} / "Path / {{$ var}}"?

I have a view in Laravel with the following code: <h1>Edicion</h1> @foreach ($usuarios as $usu) <h4>{{$usu->nombre}}</h4> <a href="prurequests/{{$usu->slug}}/edit">editar</a> @endforeach A contr...
asked by 12.08.2018 / 05:37
1
answer

how do I upload an image in java? I have the following code

If I insert the name of the image into the database but it does not save the image in the path I give it, I get the following error:    Exception: the request does not contain a multipart / form-data or   multipart / form-data stream, content...
asked by 12.08.2018 / 19:27
1
answer

Change span color depending on whether the input is empty

$(function(){ $('.contactanos :input') .change(function(){ var $input = $(this); var $span = $('.form__input-focus'); if ($input.val() === '') { $input.css("background-color", "#fff"); $(this).data("span").css("bac...
asked by 08.11.2018 / 16:24
0
answers

Form in two steps, Show real-time image between Fields needs and Contact fields and Submit

I am putting together a form, with details on preferences that determine a recommended product, that is already defined when completing the first form fields, and I would like it to be resolved when these fields are completed showing a picture o...
asked by 22.08.2018 / 19:18
3
answers

Add a date in JavaScript within a for

What happens is that I have a code and I want to implement it within a for or something in JavaScript so that for example I have the date 09/15/2018, I add it to 15 days to be something like 09/30/2018, 10/15/2018, 10/30/2018 and so on ......
asked by 22.08.2018 / 18:49
4
answers

How to place a gradient color on an image

I am adding a css style to a sidebar generated by W3.CSS, however, when doing the code that I show more to low, all the sidebar and its content becomes more opaque and at the end of what does not happen what I want, is that the background image...
asked by 22.08.2018 / 13:54
1
answer

Adapt the zoom to the width of the screen

This topic has been talked about a lot but I can not find the desired result. I'll explain it with bootstrap images. This image shows the elements of the DOM perfectly at a width of 1680 and the zoom of 100%, is the normal view of my screen...
asked by 06.08.2018 / 18:02