Skip to content

Instantly share code, notes, and snippets.

@varInt
Created September 2, 2010 18:24
Show Gist options
  • Save varInt/562669 to your computer and use it in GitHub Desktop.
Save varInt/562669 to your computer and use it in GitHub Desktop.
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script>
$().ready(function () {
//48=numneros(0) ,minusculas =97(a), maiusculas=65(A)
//$("a").click(function(){alert("2")});
eval( function(f,a,k,e)
{
do
k=k.replace(new RegExp('\\b'+String.fromCharCode(f)+'\\b','g'),e[f-65])
while(f++<a)
return k
}
(65,68,'$("a").C(A(){B("D")})','function|alert|click|Teste OK'.split('|'))
)
})
</script>
<div id ='a'>Div test</div>
<a>Click WHERE!</a>
@varInt
Copy link
Author

varInt commented Sep 2, 2010

copy of code "thickbox-compressed.js" from "http://www.codylindley.com" ... only study other knowledge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment