Skip to content

Instantly share code, notes, and snippets.

View josefzacek's full-sized avatar
👨‍💻
In full employment but open to freelance projects

Josef Zacek josefzacek

👨‍💻
In full employment but open to freelance projects
View GitHub Profile
@josefzacek
josefzacek / keybase.md
Created October 6, 2017 19:17
Keybase authentication

Keybase proof

I hereby claim:

  • I am josefzacek on github.
  • I am josefzacek (https://keybase.io/josefzacek) on keybase.
  • I have a public key ASAzoLteIS3UzBZP3piGAQTmDOg_ZJ5kY7jBmi9yCux1gAo

To claim this, I am signing this object:

@josefzacek
josefzacek / SO
Last active November 17, 2016 16:23
Reset radio button to default on "Click to go back" button to its default setting
$(document).ready(function(){
$('input:radio[name="condition"][value="new"]').prop('checked', true);
});
Load page in layout
<module name="html">{{include_page templates/sticky-get-in-touch-form}}</module>