maycolalvarez gracias por responder
estoy utilizando php lenguaje del lado del servidor para conectar con bases de datos y creo el array tipo json
Código PHP:
Ver original<?php
$arr = array('city' => 'Moscow', 'street' => 'Lenina', 'building' => 15);
?>
y hice lo que que me indicaste de usuar ajax pero no logro que funcione , que estoy haciendo mal?
Código Javascript
:
Ver original$('#address').editable({
url: 'multiples.php',
title: 'Enter city, street and building #',
value:function() {
$.ajax({
url: "datos.php",
type: json,
sucess: function( resultado){
}
});
},
});
con este plugin no se tiene control del html osea de los input