- bootstrap with typeahead
- jquery
This will use bootstrap with typeahead to create an autocomplete search.
{ | |
"enero":[ | |
"María, Madre de Dios", | |
"Basilio, Gregorio", | |
"Genoveva", | |
"Yolando, Rigoberto", | |
"Emilia", | |
"Wilma, Melanio", | |
"Raimundo", | |
"Luciano, Eladio", |
LFmWRPPCKaG4Bp6r6MjwFA7KoNWcw342aR15P2wN6YzgSAjxSu6CVp2iVbqsnRDTAoDvSVnpxDEFRANfNGMsyfquJY8VU1s |
LNtiRRjbzTAGjcnV8DLe2vJ4SuhwHR3Z2Bvj3ikdVjeXVK5qseaeAYePGPYhjawa9p24aCQuUkDsUgboGfUaBvtfNrve2vh |
function validarRut (rut) { | |
if (rut.length == 0 || rut.length < 8) { | |
return false; | |
} | |
rut = rut.replace('-','').replace(/\./g,''); | |
var sum = 0, | |
chars = "1234567890kK", | |
counter = 0; | |
for (var i = 0; i < rut.length; i++) { |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
{ | |
"phrases": [ | |
{"author": "Hernán Levy (ex presidente de Blanco y Negro)", "text": "Universidad de Chile ganó la (copa) Sudamericana, pero acá se encontró con papá"}, | |
{"author": "Jorge Sampaoli", "text": "La U tuvo en 2011 mejores partidos que el Barcelona actual"}, | |
{"author": "Francisco Huaiquipán", "text": "Periodista: Francisco, excelente partido. Felicitaciones por sus goles. Pero, dígame, ¿cómo esta su pierna?. Sí, mi pierna está bien, en la casa, cuidando a mis hijos, y le quisiera mandar un saludo, que la quiero mucho y que me espere con algo rico"}, | |
{"author": "Francisco Rojas", "text": "Periodista: Tenemos la información que se están haciendo las gestiones para emigrar al extranjero. Nos podría decir ¿de dónde lo están pidiendo?. Bueno, del país no puedo contarles nada. Sólo puedo adelantarles que se trata de un equipo brasileño"}, | |
{"author": "Francisco Rojas", "text": "Bueno, ya sé que formo parte del best seller chileno"}, | |
{"author": "Francisco Rojas", "text": "Respeto a don Peter Drag |
{ | |
"author": "@twholman - http://www.theuselessweb.com/", | |
"uselessweb": [ | |
"http://heeeeeeeey.com/", | |
"http://thatsthefinger.com/", | |
"http://cant-not-tweet-this.com/", | |
"http://eelslap.com/", | |
"http://www.staggeringbeauty.com/", | |
"http://burymewithmymoney.com/", | |
"http://www.fallingfalling.com/", |
public $components = array( | |
'ElephantIO.ElephantIO' => array( | |
'url' => 'http://127.0.0.1:3000', //IP:PORT to SocketIO | |
'version' => '1X', //1X or 0X | |
'options' => array() // only for 1x, see more: https://github.com/Wisembly/elephant.io/blob/master/src/Engine/AbstractSocketIO.php#L199 | |
) | |
); |
{ | |
"code": 4xx, | |
"message": "Software error", | |
"description": "Description for the software error", | |
} |