Questions tagged as 'jquery'

1
answer

Change information with JS-JQUERY

I am trying to change a certain value inside my html code, through JS-JEQUERY, but it is not changing, my logic is wrong? Follow the code: var valor = "texto"; $('.botao botao-comprar principal grande desativo with-popover').on('click'...
asked by 13.12.2018 / 15:59
1
answer

How to get individual td values from PivotTables without clicking the row

I have a button that sends the form, and inside the form have the respective fields, inside the form has a table that dynamically brings the data of the bank that is allows editing the values of each line: $("#update-baixa").click(...
asked by 13.12.2018 / 11:20
1
answer

Change the checked value of an input type = 'radio'

I have two radio inputs <input id="tab-1" type="radio" value="juridica" name="tab" class="sign-in"><label for="tab-1"class="tab">Jurídico</label>...
asked by 07.12.2018 / 15:18
2
answers

How to show a div with scrollTop after certain pixels?

I have a (fixed) div that appears when the page is scrolled down and reappears when the page is scrolled up. I need it to just disappear (when it scrolls down) from 45px of the body. That is, as long as the user only rolls 44.9px it does not add...
asked by 07.12.2018 / 04:32
1
answer

preventDefault does not work in Browsers for Mobile

In computer browsers I can prevent the standard anchor action normally, but when I use it in most mobile browsers it does not work. I need to click on the link the browser does not point to the URL of the link, just show in an alert what is t...
asked by 06.12.2018 / 20:36
1
answer

When you change a certain status, it changes from all

How can I get the user by clicking Pending , the status changes to Payment ? See: I'mdoingthefollowing:PHPwhile($csClientes=mysqli_fetch_object($sqlClientes)){$visualizar.="<tr>"; $visualizar .= "<td style='font-weight...
asked by 12.12.2018 / 11:11
2
answers

Jquery does not date correctly

I did this and the msg is: Invalid Date . I think it's because everything turned string. How do I bring only the numeric part in the date? Incidentally, I say this, because I can not return a date in our format within jQuery . In alert give...
asked by 16.06.2014 / 19:15
2
answers

jQuery - accordion open item individually

As I set up the accordion plugin of jquery-ui so that when I click on an item it does not close the others, for example, when I click it it opens the clicked and closes the others but I want it when I click on some which is open is still open, h...
asked by 09.06.2014 / 19:26
1
answer

Error in Twitter user_timeline request

I'm having a hard time finding some material that explains how I use the Twitter API to pick up the latest posts from a particular user and display them on my website. According to the official documentation I got the following requisitio...
asked by 19.06.2014 / 05:35
1
answer

AJAX / jQuery call running only once

Hello everyone, I'm setting up a tree (network) scheme where I send the frames via GET to my API, and it returns the data to put together my code: $('.btn-rede').click(function () { let nivel = $(this).attr('data-nivel'); let pai = $(t...
asked by 06.12.2018 / 12:51