I am implementing Require.js to modularize my application and load the js files asynchronously and leave the html of the script tag cleaner, I find the following problem and it requires js not to load the jquery file.
I have the following fol...
Hello everyone, my problem is as follows
I based on an example that I found to make dynamic inputs me genra and do the calculations that I need but I do not understand very well how to insert all my data since the dynamic inputs are saved in a j...
I have a paginated table (15 records per page) with 3 buttons to show me the active, inactive or all records. The issue is that if I give the assets for example and on the first page there are only 4 active records, it only shows those 4 and not...
I'm wanting to put together a form for a site using PHPMAILER.
I'm trying to do tests with my own Email but I'm not getting the messages coming to me nor are the verification fields working for me.
This is the test site . On the other hand I...
I am trying to perform some validations using javascript in an asp.net core solution but for some reason it seems that the javascript code does not work. I'm new working on asp.net core and I'm not sure I'm doing the correct procedure.
f...
I have 4 squares lined up on my page. Each one has a property of 25% of width. So between all cover 100% of the width of the screen. This is liquid design so that regardless of the width of the screen with which you visualize the squares always...
Dear I need to know how to return data with Firestore and Vuejs.
The problem I have is that I can see the data from console.log () but not from v-for="".
Complete script:
<template>
<div id="cuentacontable">
{{ mensa...
Does anyone know what this javascript console error is?
Failed to load resource: the server responded to a status of 404 (Not Found)
site.webmanifest: 1 Manifest: Line: 1, column: 1, Unexpected token.
I have this main view:
@model JedyHealthWeb.Models.ResponsableCaso
@ {
ViewBag.Title="Responsible for the account.";
Layout="~ / Views / Shared / _LayoutSinControles.cshtml";
}
Information of the person in charge of the account....
Hi, I wanted to know how I can do so that when a user completes the form correctly, it generates a sending message without having to generate an extra page of sending.
The idea that I had was that once the form was completed and the form disappe...