Questions tagged as 'jquery'

1
answer

Automatically save to the bank after changing the value of select

I am using the DataTable to show a table to the user with some information, in one of the columns (Status) a select with options is displayed. I want you to select another option from the select, it is automatically saved to the database. I'm no...
asked by 19.11.2018 / 15:03
0
answers

Validation of multi-forms Jquery

I created a form, where I have a SELECT with three options, and when selecting them, jquery displays different form options with their respective contents (there are three DIVs with hide class to hide them). The problem is that when submitting t...
asked by 17.11.2018 / 21:46
2
answers

Element Higher than Input

Good morning, I'm putting a mask on a field that formats a phone number, but you can see that the field ID is # Field_11690 because it was created by a WordPress plugin. ( function( $ ) { // jQuery MeioMask. $( '#field_11690' ).setMask( '(99)...
asked by 27.11.2018 / 14:00
1
answer

How to change table row color based on the value of a cell?

I need to make the table row change to a particular color based on the value contained within the 'td' tag. All the functions I have found so far have not been useful to me since I tried to implement it in my code and I did not succeed....
asked by 05.07.2017 / 16:41
0
answers

Changing a CSS class by JavaScript

I have this class in my CSS: .botao-localizacao{ display: block; } It does not exist in my html, only in CSS. So, my question is: how do I change it in my javascript / jquery? EX: .botao-localizacao{ display: none; } I wa...
asked by 27.11.2018 / 14:47
0
answers

Send a CANVAS via email via PHPMailer

I'm creating a simulator with cart, where when the customer adds the simulated product to the cart, you have to send the generated print along with the email to the commercial. But I can not think of a way that the generated image (CANVAS or...
asked by 21.11.2018 / 12:28
1
answer

JQuey-ui depends on JQuery

Does jquery-ui depend on jquery in an application?, I ask because in the application I'm working, apparently jquery.min is not being used, and the question is whether it has to be there to support jquery-ui. Thank you in advance, thank you....
asked by 27.09.2018 / 15:02
1
answer

Jquery function does not access variables from form

I need to calculate the value of a service of a pethop project, where it is necessary to inform the data: id_porte (small, medium, large), id_categoria_animal (dog, cat) tosa or bath with tosa), since the values vary according to t...
asked by 13.11.2018 / 23:58
1
answer

Get parameter in .click same as inclick - jQuery

I have the following iterator that has delete buttons that are loaded dynamically: <s:iterator value="form.listaCooperativa" id="lista" status="lista_status"> <s:if test="#lista_status.odd == true"> <tr> </...
asked by 22.11.2018 / 20:25
0
answers

Doubt in this code in JS where it should have a link to a json encode

$(function() { $("#homepage").addClass("visible") }); //aqui tem uma rota de json encode https://vizer.gratis/wp-json/moble var siteUrl = "https://vizer.gratis/wp-json/moble"; $(document).on("click", ".gender .button", function() { $(".ge...
asked by 18.11.2018 / 18:00