forked from qwerty/tupali
mejoras en la api
This commit is contained in:
parent
222b60e79c
commit
9b9d3ed8d2
@ -519,9 +519,7 @@ checkForNewDiv();
|
|||||||
</section>
|
</section>
|
||||||
<section id='listado' class='scrollable'>
|
<section id='listado' class='scrollable'>
|
||||||
|
|
||||||
<div id='scroll-content'>
|
|
||||||
<div>test div</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>$footer";
|
</div>$footer";
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
//url: 'get-post.php?variable='+(offset),
|
//url: 'get-post.php?variable='+(offset),
|
||||||
url: '../milfs/api.php?id=74&tipo=simple&formato=li®istros=1&pagina='+pageNumber,
|
url: '../milfs/api.php?id=74&tipo=simple&formato=li&plantilla=landingpage®istros=1&pagina='+pageNumber,
|
||||||
type:'POST',
|
type:'POST',
|
||||||
dataType: 'html',
|
dataType: 'html',
|
||||||
success: function(html) {
|
success: function(html) {
|
||||||
|
@ -32,7 +32,7 @@ if(!isset($_REQUEST['formato'])) {
|
|||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
echo json($datos);
|
echo json($datos);
|
||||||
}else{
|
}else{
|
||||||
echo "$datos[pagina] ".consultar_contenido_formulario("$datos[id]","$datos[registros]","$datos[pagina]","$datos[formato]",'',"");
|
echo "$datos[pagina] ".consultar_contenido_formulario("$datos[id]","$datos[registros]","$datos[pagina]","$datos[formato]",'',"$datos[plantilla]");
|
||||||
}
|
}
|
||||||
//echo "hola /// $_REQUEST[id] // " ;
|
//echo "hola /// $_REQUEST[id] // " ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user