Questions tagged as 'ajax'

1
answer

Ajax does not work in Internet Explorer 6

<html> <head> <meta charset="utf-8"> <title>AJAX, JSON E PHP</title> <script type="text/javascript" charset="utf-8"></script> </head> <body> <select name="secoes" id="secoe...
asked by 08.05.2017 / 15:30
1
answer

Change the value of the field dynamically [closed]

Hello, I would like help with my code, I wanted it when the user clicked the field with the magnifying glass: <a class="blue" href="#"> <i class="ace-icon fa fa-search-plus bigger-130"></i> </a> The value of the...
asked by 14.02.2017 / 17:14
1
answer

PHP being commented out within JS [closed]

The code is this: success: function (result) { var tbody = $('tbody'); tbody.html(''); $.each(result, function(k, value) { search += "<tr class='tagtr'>"; search += "<td>" + value.description...
asked by 21.01.2016 / 15:28
1
answer

JQuery does not carry effect obtained through a service

I'll try to expose my problem as best I can. I have a page made in HTML and I have a service done in Java that returns me an html. In my html page I use an ajax function to load data from this service until it works fine, however I have so...
asked by 31.03.2016 / 00:31
2
answers

Chat with PHP, AJAX and MySQL

Good community. I'm working on this very simple chat system. I do not understand why I do not get the messages in real time. I can only receive messages from another user if I close and back open the div, then the message already appears....
asked by 06.02.2016 / 15:41
2
answers

Display a DIV when it is found that it has a background color

I need to know how to display a DIV only if it has a BACKGROUND color selected, if it does not, it will be hidden. Because I have a color palette in CSS and when I select a color, the hidden DIV is visible. My CSS: .gerenciar-coluna-titulo{...
asked by 13.01.2016 / 18:55
1
answer

Why is my ajax request not working? [closed]

<script type="text/javascript"> $('#enviar').click(function(){ $.ajax({ type: 'post', data: '', url:'<?php echo base_url('admin/salvar_produto'); ?>',...
asked by 23.02.2017 / 17:55
1
answer

AJAX request for PHP page is not being sent

Good evening, Personally, my 'l_os' page lists and changes all the items on another page properly. Only I'm changing all the pages so I can view and change through a single page to index.Ai that enters ajax in my index I present the page that...
asked by 04.02.2017 / 00:29
1
answer

PHP and AJAX, what am I doing wrong? [closed]

Friends, I'm doing an AJAX with PHP but the registry is going empty. What am I doing wrong? function newColor() { var nome = document.getElementById("descricao_cor").value; var cor = document.getElementById("hexadecimal").value; al...
asked by 14.06.2016 / 02:51
2
answers

Return a class in jQuery [closed]

I have these fields hidden in my cshtml: <input type="hidden" id="txtGeoTo" name="txtGeoTo" /> <input type="hidden" id="txtDateStart" name="txtDateStart" /> <input type="hidden" id="txtDateEnd" name="txtDateEnd" /> Propert...
asked by 25.03.2014 / 21:20