base de datos

parent c430eb88
......@@ -137,7 +137,6 @@ $conn->close();*/
</div>
<div class="text-center" ><img src="images/g122.png" width="500px" style="margin-bottom: 10px"></div>
<script>
$("#input_escuela").bind('input', function () {
var dato = $('#input_escuela').val();
......@@ -146,13 +145,12 @@ $conn->close();*/
var valor = checkExists( $('#input_escuela').val());
//alert(valor);
var lastword = valor.split(" ").pop();
document.getElementById('input_escuela').value=valor;
$('#nombre_escuela').empty();
$('#clave').empty();
$('#titulo1').empty();
$('#titulo2').empty();
var porciones = valor.split('de ');
document.getElementById('input_escuela').value=porciones[0];
$('#nombre_escuela').append(porciones[0]);
$('#titulo1').append('<h1>Escuela: </h1>');
$('#titulo2').append('<h3>Localidad:</h3>');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment