I'm developing an address form where the user types the zip code and automatically fills in other fields via Ajax. The problem is that I can not get the UF value, which in my case is a list.
My example code:
<fieldset>
<legend>...
I have a code where I will need to have a processing page, and on this page I will need to execute a javascript function automatically.
Currently, I execute this function by clicking, like this:
<input type="button" id="listarFipe" value...
I want to update data through a modal, however it is not updating. Anyone have any idea why you're not updating?
Modal:
<script type="text/javascript">
$(document).ready(function() {
$('#salvar').click(function() {
var des...
How to keep a fixed and unchanged element even by changing pages on a website.
Type, a music player, just like the sites
link
link
However, other than ajax, if that's possible?
I have a system, in which it displays database files, in list form.
I query the database every 5 seconds using the Polling method.
How do I use the Comet method? Since this method is not asking for server information all the time.
...
I'm using the jsTree plugin, trying to get it to fetch the information by AJAX .
On server side I have four tables in the database, each one a level of the tree.
Tabela1
-Tabela2
--Tabela3
---Tabela4
Making the plugin search the firs...
I have an extension that sends things to an external server by ajax post (all in javascript) and the response from the send (sent from the server) is received in the extension itself. I want to put that answer in another popup. How can I do this...
I'm using the datepicker plugin
All my datepicker input, has the class named datepicker
<input type="text" class="datepicker">
So, I have only one setting for the datepicker and I can use it on all pages, so I set it...