Ver Mensaje Individual
  #7 (permalink)  
Antiguo 24/02/2013, 21:08
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 4 meses
Puntos: 1567
Respuesta: es posible cambiar las opciones de un plugin ? hacerlos dinamicos?

Sencillamente como te indiqué

Código:
$(document).ready(function(){
// tu funcion(){...
var a = document.getElementById('campo').value
if(a == "true"){
a = true;
}else if(a == "false"){
a = false;
}


$('#username').editable({
    showbuttons:a,
    type: 'text',
    url: '/post',    
    pk: 1,    
    title: 'Enter username',
    ajaxOptions: {
        type: 'put'
    }        
});

});
Si ya usas jQuery podes identificar el vaor del campo por su selector y no con getElementById()
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.