Questions tagged as 'html'

2
answers

I have a problem in the ManyToMany relationship in laravel if someone ouder help me?

Sorry, but I'm new to laravel, you're giving this error when I try to view the page: 'Trying to get property' name 'of non-object This is my controller public function index(){ $medicos = Medico::with("especializacaos")->get();...
asked by 28.10.2018 / 19:06
1
answer

How to pass data from one input to another with HTML and Python?

Well, I have a problem with my application and I can not find the solution on the internet. I'm doing a web application where I need to get some information from the user and to improve the experience, I'm separating the form into several pag...
asked by 28.10.2018 / 21:18
1
answer

foreach within the foreach without repeating the data

I have a listing of Employees and each employee can have many Cost Centers. And as far as I get information from the bank employee I need to list the cost centers and list the cost centers where the employee is registered by marking the selec...
asked by 25.10.2018 / 19:51
0
answers

Increase, Decrease, and Print button

I'm using bootstrap and by default the font is 1rem when I click the print button it does not take the default size of the document it takes a very small font to mount the increase and decrease font button I'm using a jquery Jfontsize will hav...
asked by 16.11.2018 / 16:51
1
answer

How can I extract and print the value of the textbox associated with a checkbox in php

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Form</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link re...
asked by 16.11.2018 / 15:58
1
answer

How to prevent a link from working on a child element? (jQuery)

Imagine the following code below: <a id="link" href="/nova_pagina.php"> <div id="abrir-nova-pagina" >Linha_1</div> <div id="nao-abrir-nova-pagina" >Linha_2</div> <a/> I want the # link element...
asked by 16.11.2018 / 19:07
1
answer

Elements disappear when you enter responsive mode and only appear when you click on it

As soon as my page loads, all the elements that fit on the screen are rendered, but when I scroll down a bit, the elements are not shown, only rendered when I click on them, and when this element is shown, another element on the top some (?)...
asked by 24.10.2018 / 17:30
0
answers

Send multiple radio in a form to the database

I need to create an input type="radio", where there will be several searches and will store the responses in the database according to the selected option. How could I do to enter all the search responses in the same table? Below is HTML c...
asked by 24.10.2018 / 20:08
2
answers

Mirror inputs with their values

Is it possible for jquery to understand the elements of an array value coming from the html? ps: I do not know if it is correct to say that in html there is an array. I am creating with html and jquery a dynamic input that is having the v...
asked by 30.01.2018 / 19:59
0
answers

Creating Tables with JQuery

I need to do a job with a system that every product I type on the left of the page, appears in a table on the right, I could already create the table without any padding, just with the header, but now I need to know how I do it each time you fil...
asked by 24.10.2018 / 22:05