Skip to content

Instantly share code, notes, and snippets.

View trefmanic's full-sized avatar
💭
😁 Happy hacking

Eugeny Rozhkov trefmanic

💭
😁 Happy hacking
  • YANAO, Russia
View GitHub Profile
@trefmanic
trefmanic / index.html
Created September 11, 2014 08:12
jekyll/zmin test page // source http://jsbin.com/vomociyiloho/3
<!DOCTYPE html>
<html lang="ru">
<head>
<meta name="description" content="jekyll/zmin test page" />
<meta charset="utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("p").click(function(){
$(this).hide();