Questions tagged as 'jquery'

1
answer

Doubt with Jquery and select

I'm maintaining a code from another programmer and I'm having difficulty with two select. I need to get the time for each field and add up this interval, until then, okay, I've done some tests using the Moment.js lib and it caters me perfectl...
asked by 12.07.2017 / 20:11
0
answers

Edit fields individually in modal window

I have a list of clients that is displayed using foreach , where you can individually open a modal window. However, when editing a particular field for such a client, this information is repeated for all others. I would like to know how to...
asked by 14.07.2017 / 00:15
1
answer

Problems changing the action with javaScript

I am having the following problem, I am trying to change the action of the form using the following function, what happens is that if the condition is false for any one of them it still tries to execute all the others trying to execute all condi...
asked by 17.07.2017 / 15:41
0
answers

How do I stylize codes?

How do I style a code? For example: I posted this code on my blog: <?= "Olá :D"; ?> Only it will display normal, as a text, but within the <pre></pre> tag. But my question is, how do I style and make it visible...
asked by 14.06.2017 / 04:31
1
answer

Issue an ALERT for a UNIQUE field in Mysql

I have a field in the DB set to Unique, to avoid duplicate registration. It works perfectly. I would like to know if there is a way to customize this message with an Alert, for example. My code: <?php require 'conexao.php'; $nome...
asked by 12.06.2017 / 21:10
1
answer

How do I get my content behind my popup?

Whenever I click on my popup view button, my content "goes down". How do I make the popup stay above content? body{ padding:0; margin:0; } .container2{ position:relative; margin:0 auto; text-align:center; margin-top: 10...
asked by 22.06.2017 / 19:27
1
answer

Calculating in foreach php with jquery

I would like to know if it is possible to run a real-time calculation with jquery inside a php foreach and how? This is my code: <?php $Read = new Read; $Read->ExeRead("c100web", "WHERE codclient = :client", "clie...
asked by 22.06.2017 / 21:36
0
answers

Return Value with MoneyMask

I have a function that performs a calculation and changes the value of my component. But I would like it to return the value in Reals already with the Mask, I am using MaskMoney but it is returning NaN . Can anyone help me? Follo...
asked by 15.06.2017 / 18:23
0
answers

Recurrence record from calendar

I'm trying to make a recurrence record of dates for an event, I have this calendar: link I wanted to be able to click on each date, preferably from the one who is creating the event, since it would select multiple dates, to make a recurrenc...
asked by 19.07.2017 / 03:43
0
answers

Retrieving Jquery value in PHP

I have a popup that does the geolocation of the client and generates a cookie, which will be used for various purposes in the site. Everything is working, the only thing I can not understand is that if I put it to load the site, the script wo...
asked by 03.06.2017 / 00:05