Questions tagged as 'html'

0
answers

Load database data into input after selecting id in dropdown

I have the following problem: I have a dropdown (which has as values the id's of a table of my bank) and I would like, after making the selection of one of the items of this, data related to it (present in the bank) , fill in the input values on...
asked by 21.10.2018 / 04:37
1
answer

field validation with javascript?

Good evening guys, I'd like to know how to do the field validations by javascript for the name, email, and phone fields. for the fields name, cpf or cnpj and phone I was able to not allow numbers for the name and letters for the phone number how...
asked by 17.10.2018 / 01:35
1
answer

MYSQL Data Return (Data) for HTML Tables

They could kindly help me with the following error:    Recoverable fatal error: Object of class DateTime could not be   converted to string in   C: \ xampp \ htdocs \ PortalPib \ querytransactions.php on line 118. I am trying to return da...
asked by 15.10.2018 / 21:24
1
answer

Change CSS property in TypeScript (Angular)

I have a list that when I click on it, I need the display: listview to be changed to display: none . My list is composed like this: <li class="sub"> <a class="dropdown-item waves-effect" (click)="verificaPermissao...
asked by 15.10.2018 / 20:29
1
answer

Problems to insert record in webapi (c #) with javascript

Good afternoon I'm having trouble inserting log into a .Net webapi using javascript. The get method is working normally, returning the webapi information inside a table. But I'm not able to enter the information in the webapi. Checking the chrom...
asked by 15.10.2018 / 20:31
0
answers

Page shows other content (ChartJS) when orientation changes

I'm having problems on a page. I have a select that when selected loads a corresponding chart (ChartJS). It turns out that if I access the page of a cell phone select an option, select another option and change the screen orientation, it will sh...
asked by 15.10.2018 / 19:41
1
answer

Effect of scrolling down the page to a defined extent using scroll

Hello, I already looked at something related here, but did not clarify my doubt: How to make this scrolling effect equal to this site? link And how to set where the scroll will stop, so that each session of the page is centered in the br...
asked by 15.10.2018 / 17:34
0
answers

Slider does not load automatically

Good morning, link Home slider video is not loading automatically, it is always necessary to refresh the screen for it to run. (This happens 90% of the time you access the WebSite, and especially in Chrome, very strange ...). Another...
asked by 12.10.2018 / 16:01
1
answer

How do I bring a select of values defined in a Controller in angular.js?

Sorry, but I'm a layman and I'm starting! In HTML, I want to display the data defined in a controller's angular class. As below: $scope.tiposCategorias = [ { id: 1, descricao:'Processados'},...
asked by 12.10.2018 / 06:48
0
answers

How to correctly configure Thymeleaf Dialect?

To learn a little more about Spring Boot I created a small project. Data persistence works, but I'm having problems with Dialect of Thymeleaf . I know how to configure Maven , but I can not make it work in Gradle...
asked by 10.10.2018 / 04:39