Skip to content

Instantly share code, notes, and snippets.

View zdolny's full-sized avatar

Michał Dolny zdolny

View GitHub Profile
@zdolny
zdolny / index.html
Last active January 23, 2020 12:59
social share
<head>
<title>{TITLE}</title>
<meta name="description" content="{DESCRIPTION}">
<link rel="image_src" href="{PATH_TO_IMAGE}/fb_share.png">
<meta property="og:title" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
@zdolny
zdolny / endOfScroll.js
Last active January 23, 2020 12:59
end of scroll
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() >= $(document).height()) {
$('.foobar').addClass('at-bottom');
} else {
$('.foobar').removeClass('at-bottom');
}
});
@zdolny
zdolny / placeholder.css
Last active March 6, 2017 09:03
placeholder styling - vendors
&::-webkit-input-placeholder {
}
&::-moz-placeholder {
}
&:-ms-input-placeholder {
}
[
{
"city": "Wrocław",
"voivodeship": "dolnośląskie",
"population": "638586",
"area": "293"
},
{
"city": "Bydgoszcz",
"voivodeship": "kujawsko-pomorskie",