Skip to content

Instantly share code, notes, and snippets.

View jmlweb's full-sized avatar
:octocat:
Cannot read property of undefined

José Manuel Lucas jmlweb

:octocat:
Cannot read property of undefined
View GitHub Profile
@jmlweb
jmlweb / jquery.validVal-2.4.1.js
Created May 18, 2011 22:42
validVal with Spanish translation
/*
* jQuery validVal version 2.4.1
* demo's and documentation:
* validval.frebsite.nl
*
* Copyright (c) 2010 Fred Heusschen
* www.frebsite.nl
*
* Thanks to Ryan Henson, who helped speeding up the performance.
*
@jmlweb
jmlweb / gist:946765
Created April 28, 2011 17:06
Para poner un ancla en el sitio
<html>
<head><title>Enlace al sitio</title></head>
<body>
<!-- En el enlace -->
<a href="#destino">ENLACE QUE ENVÍA AL DEE</a>
<!-- En el post al cuál queréis llegar, por ejemplo -->
<div class="post">
<h1 id="destino"><a href="http://www.mipagina.com/2011/04/25/el-hobbit/" title="Permalink for El Hobbit">El Hobbit</a></h1>
</div>