Questions tagged as 'javascript'

0
answers

Require.js does not load files or modules from base directory

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...
asked by 13.11.2018 / 16:09
0
answers

insert of dynamic input in mysql database

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...
asked by 13.11.2018 / 17:18
0
answers

Pagination does not work well when making filters

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...
asked by 13.11.2018 / 15:56
1
answer

Armed form phpmailer

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...
asked by 15.11.2018 / 00:55
1
answer

Javascript does not work on asp.net core mvc

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...
asked by 13.11.2018 / 19:08
0
answers

why does not an element have the same height as width do not look like square? And how to correct this with java script?

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...
asked by 13.11.2018 / 20:34
0
answers

Return data with Firestore and Vuejs

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...
asked by 14.11.2018 / 12:05
0
answers

404 error loading resource

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.     
asked by 13.11.2018 / 00:18
0
answers

When rendering partial view, I lose items loaded with jquery in dropdowlist

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....
asked by 13.11.2018 / 04:47
1
answer

How to generate a message after completing a form correctly

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...
asked by 12.11.2018 / 23:48