Update de estatus con boton switch
Publicado por Laura (8 intervenciones) el 24/07/2018 23:01:45
Hola !
Quisiera realizar un update de mi campo estatus, con un botón switch y ajax
Pero no se como hacer la funcion ajax, mi boton es este:
y mi campo estatus es activo/inactivo
COMO PODRIA HACERLO ??
Gracias...
Quisiera realizar un update de mi campo estatus, con un botón switch y ajax
Pero no se como hacer la funcion ajax, mi boton es este:
1
2
3
4
5
6
7
<div class='onoffswitch'>
<input value=".$fila['estatus']." type='checkbox' name='onoffswitch' class='onoffswitch-checkbox' id='myonoffswitch' checked>
<label class='onoffswitch-label' for='myonoffswitch'>
<span class='onoffswitch-inner'></span>
<span class='onoffswitch-switch'></span>
</label>
</div>
y mi campo estatus es activo/inactivo
COMO PODRIA HACERLO ??
Gracias...
Valora esta pregunta
0