Questions tagged as 'jquery'

1
answer

refresh list field without refresh ajax

I have the following list in jsp where I want to just increment the value of the quantity field, without refreshing the page. The way I did it works, but refresh the page. For what I researched, it would have to be for Ajax. <table>...
asked by 09.12.2017 / 00:12
1
answer

Multiple facebook, twitter and G + share buttons on the same page [closed]

I have a page that contains multiple posts and I need to put individual share buttons on each post. See an example: On this site we can see the scenario similar to what I want to do     
asked by 07.09.2014 / 19:22
1
answer

How to open the gmail app on your mobile phone

I know that to open the maps is like this: window.location = "geo:?q="+endereco; To open the phone dial it looks like this: window.location = "tel:"+telefone1; To open the message screen (sms): window.location = "sms:"+telefone;...
asked by 17.12.2018 / 18:09
2
answers

Passing of PHP Parameters ➝ Javascript ➝PHP [closed]

I need to pass a parameter via JSON from a PHP page ➝ Javascript ➝ PHP, I'm using the Ajax method of Jquery but I'm not getting it, it follows code snippet. ✓ Index.php <html> <head></head> <body> &...
asked by 16.11.2017 / 12:44
1
answer

JavaScript Errors

I'm having JavaScript errors in my code, at the beginning there were more errors, but I realized that just changing the order of the bootstrap and javascript, done that the errors decreased but still these left, can anyone help me?     
asked by 17.01.2018 / 02:06
1
answer

How to put a datepicker in an Android application whose page is being developed in PHP

I want to put a datepicker on a page that will be implemented in an Android application and I'm developing the page in PHP. I have already grabbed several libraries on the Internet from Bootstrap and jQuery but only from jQuery Mobile wor...
asked by 09.09.2016 / 13:13
1
answer

Send data to the server with javascript and then retrieve it

People I have the following problem, I need to send the data of a page to the server and after recovering this data, I was seeing an option to send this data of the page with a javascript event. I thought of the onkeyup event but nothing feas...
asked by 19.01.2016 / 13:57
1
answer

I need to recover the title of the selected field in jquery! [closed]

For example, when you click on 'Silva', display the title "Last name" <pre> <table> <tr> <th class='title'>Nome</th> <th class='title'>Sobrenome</th> <th class='title'>Idade</th&...
asked by 08.12.2017 / 13:48
1
answer

Calling AJAX / jquery in the middle of PHP code

I have a PHP code structure and, within it, I want to automatically call a $.get AJAX to another PHP page. Example: <?php $cod = 1; $mod = 2; $text = 3; como chamar um ajax automaticamente aqui, sem ter que clicar em botão algum,...
asked by 26.10.2017 / 01:07
2
answers

Jquery display: name

I need to put display: nome to block the class soon, but, the way I did, it is not working. I was able to put opacity:0 but the display did not catch. $(document).ready(function(){ $(".logo").animate({display: 'nome'}, 0); })...
asked by 07.04.2014 / 19:44