Questions tagged as 'html5'

0
answers

FontAwesome in Asp.Net Core 2

I am trying to include the FontAwesome library in my project based on .Net Core 2.x, being unable to make it work. For this I have tried the following. In the file bundleconfig.json I have included the following: // Configure bundling...
asked by 07.05.2018 / 19:43
1
answer

Validate all the input of a class with JQuery

I try to go through all the input of a form associated by the class, where I want to validate if each of these elements is empty, and if it is disabled by a button, when they are all full and if it is possible to append that for all the fields t...
asked by 21.05.2018 / 19:16
0
answers

What can it be? Warning: mail (): could not connect to the mail server on port 25 "localhost",)

   Warning: mail (): could not connect to the mail server on port 25 "localhost", check your settings "SMTP" and "smtp_port" in php.ini or use ini_set () $cabecera="From: TickenSystem Venezuela<[email protected]>"; $mens...
asked by 06.05.2018 / 20:52
0
answers

Error when selecting when consulting

I have a simple contact form, where I have the main table that is contact with (name, surname, identity_type, identity) and a type-identity table with the fields (id, description) Using Angular 4, I have an html with the form and I need you t...
asked by 06.05.2018 / 19:17
0
answers

Complicated animation in Adobe Animate

I've been trying to mount this animation for more than a month. In total it consists of 33 frames. It is a set of 17 didactic slides. The user has a lower menu with numbers from 1 to 17, it also has an Advance button with which it advances one b...
asked by 15.05.2018 / 22:32
1
answer

Format html dates

You will see in the forms when I use the input type field, whenever the browser changes the format to months, days, years ... but I need that regardless of the browser it is maintained in days, months, years <form action="" id="form"&...
asked by 16.05.2018 / 00:07
0
answers

Problems to compare dates and send results in real time with AJAX and PHP

I'm trying to make a script to process a payment after a while. The idea was to keep the date of the moment in which the request for payment was sent and the date on which that payment should be processed. When that date is met, the system shoul...
asked by 04.05.2018 / 04:42
0
answers

Does laravel 5.4 give me this error? Undefined property: Illuminate \ Database \ Eloquent \ Relations \ HasOne :: $ valoracion_rbc_id

<?php if($valoracion_rbc->valoracionRbcContextoSocialFamiliar()->valoracion_rbc_id != null): ?> <?php endif; ?> public function rbc($cliente_id){ $cliente=Cliente::where('id',$cliente_id)->first(); $valoracion_...
asked by 27.07.2018 / 18:09
0
answers

scroll horizontal bootstrap4

It turns out that I'm doing a web with bootstrap4 but when I put a lorem * 1000 to test the fixed-top of the title, it turns out that this text creates a horizontal scroll but I do not know how to eliminate it, I do not put code because It is ve...
asked by 08.05.2018 / 21:28
0
answers

Error getting table with the property 'document.getElementById' in AngularJS

I am trying to get a table generated in html with the aforementioned property, for the generation of an .xls file If I pass the direct value, my .xls is perfectly accommodated as I require it: vmHome.table = "<table><tr><...
asked by 03.05.2018 / 18:32