Questions tagged as 'javascript'

0
answers

Save Data of dynamic inputs in database

The $ _POST ['txCuales'] brings the data of my own inputs that I descerialize and decode. $Folios = unserialize(base64_decode($_POST['txCuales'])); foreach($Folios as $Fol){ $param = array(); $param['clave'] = $_SESSION['...
asked by 16.11.2018 / 20:56
0
answers

Load partial view

Hi, I hope you can help me. I have this view with this script <div class="contenedor"> <div class="tabs tabs-style-tzoid"> <nav> <ul> <li><a href=""><span>Personales</sp...
asked by 16.11.2018 / 19:56
1
answer

Capture first scroll value

What I am doing: When I do scrolling on my page I capture the position of the scroll. But how would you do if you wanted to capture the first value of the scroll? That is, the first scroll I made, I want to save that value in a variable (and t...
asked by 16.11.2018 / 21:42
1
answer

Query about PHPMAILER and problems with PHP arming

$(function(){ $("#btnSubmit").on("click", function(e){ var errorMessage = $(".errorMessage"); var validMessage = $(".validMessage"); var hasError = false; var hasvalid = true; $(".inputValidation").each(function(){...
asked by 15.11.2018 / 23:49
0
answers

Are the points and commas with this quantity format stored in the database?

I wanted to know, if with this snippet of code, the points and commas generated by this formatting function for a quantity would be saved in the database. function formatNumber(num) { if (!num || num == 'NaN') return '-'; if (num == 'Infinity'...
asked by 16.11.2018 / 15:26
1
answer

Url friendly by HTACCESS

I'm working on pure PHP and I want to work in ajax with friendly urls but I do not know how to configure the htaccess or where to locate it. What have I tried? create the .htaccess with RewriteRule ^utilities/(.+)\.php utilities/functio...
asked by 15.11.2018 / 16:44
0
answers

Delete previous record

When I make a record it is added but when I am going to add another record it brings the previous data registered. <form action="" id="form1" novalidate="novalidate"> <div class="modal fade" id="modalNuevo" tabindex="-1" role="dia...
asked by 15.11.2018 / 14:03
1
answer

DataTable does not work when I use dynamic table by ajax

I am starting to use the DataTable pluggin with dynamic load of rows that I get from the server. The data is obtained by Ajax and displayed on the screen. The problem happens that the pluggin does not recognize these rows, although th...
asked by 15.11.2018 / 12:36
1
answer

Converter temperatures in HTML. Urgent help

I must do a program in html with javascript components that do the following: Enter a temperature in degrees Celsius and with a button convert the temperature in Farenheit and in Kelvin to two different fields. It only turns me to farenheit, to...
asked by 14.11.2018 / 00:23
0
answers

heroku Web process failed to bind to $ PORT within 60 seconds of launch

I'm trying to deploy an application made in angular in heroku, when doing the git push everything is fine, the problem is that when I try to enter the page it tells me that there has been an error application, in the logs I see the following err...
asked by 14.11.2018 / 01:39