Advertisement
Hardrockdesign

Java Batman

Jun 27th, 2015
1,817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $(function(){
  2. $("div.h3 a[href='/statistics']").text("Cambiar estadsticas por lo que quieras");
  3. $("div.estadisticas").each(function(){
  4. $(this).html($(this).html()
  5. .replace("Nuestros miembros han publicado", "Tenemos")
  6. .replace("El último usuario registrado es", "El último miembro es"));
  7. });
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement