This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
NewerOlder