Questions tagged as 'ajax'

3
answers

How do I send a field only by ajax? [duplicate]

At the moment I'm sending the whole form, I need to send only one html field by ajax, the IdApart is dynamic and comes from the database follows my ajax code and the field I need to send: AJAX $(function () { $("#visualizarApa...
asked by 05.12.2016 / 19:20
2
answers

jquery, onclick get id values a

It is a notification system. The code below is working fine. When I click on the notification ( Php file that generates notifications: <ul class="dropdown-menu"> <li class="header">Você tem <?php echo $cont; ?> noti...
asked by 18.11.2016 / 01:22
2
answers

html element update

The code below <div class="input-field"> <select id="ramal" multiple name="ramal[]" > <option value="all" id="check-all" name="all" selected >Todas</option> <?php if(count($ramais) &g...
asked by 13.11.2016 / 04:17
0
answers

scroll linked to a div in html with javascript

The function that I have and to show me more articles every time I reach the end of the page (infinite scroll page) works perfectly but I have a doubt that I can not solve, I want to load more articles as soon as the scroll arrives from div "foo...
asked by 12.11.2016 / 19:55
1
answer

Send selected value to an insert.php file

Good afternoon! I would like to know if there is a way to perform an insert into the database from a selection in a DropDown. This selection would be sent to a file (example) "insert.php", in which you would insert into the table, and this...
asked by 19.11.2016 / 19:52
0
answers

Error 0 when sending message by Ajax

I have a system of posts in PHP and Jquery, where users post things. It has not been released to anyone yet, because I want to leave everything ready, but I came across a bug that is going on in the system. When I'm at home it works normally,...
asked by 11.11.2016 / 00:58
1
answer

Error 500 $ .post CodeIgniter on Server

Goodafternoonguys,IhaveaproblemalldayandIcannotsolveit,Ihaveasystemanditworksonthelocalhostserverperfectly,butontheserversomeajaxfunctionscannotsendthepost.It'ssomethingverystrangethatisasfollows,ifIechothefunctionandremovethephpitusuallyreturn...
asked by 10.11.2016 / 22:22
1
answer

Question about music player for site

I would like to know if I can do a website music player, with AJAX, PHP or HTML5, using a YouTube playlist. Can you make it play in random mode this playlist so as not to keep repeating the same order every time?     
asked by 11.11.2016 / 13:26
1
answer

WCF call with AJAX

I need to make the ajax call on an html page that will trigger a WCF application WCF Contract [ServiceContract] public interface IMailingService { [OperationContract] ServiceRetorno<string> ValidarParceiro(string login, string...
asked by 30.11.2016 / 23:05
1
answer

Ajax returning repeated data

When I use Ajax to return a result from the database, it stores that result by making a sort of queue on the next requests, returning other queries old data with the current ones, eg ... $inputgetCod = (isset($_POST['codBarras'])) ? $_POST['co...
asked by 30.10.2016 / 21:59