Skip to content
View damianwajer's full-sized avatar
Block or Report

Block or report damianwajer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. frontend-skeleton frontend-skeleton Public

    Static site generator – frontend boilerplate with Grunt workflow and Browsersync.

    JavaScript 10 1

  2. ml-stack-nav ml-stack-nav Public

    Customizable, responsive, accessible, easy-to-use multi-level stack navigation menu with slide effect.

    HTML 20 3

  3. wp-redirect-to-live wp-redirect-to-live Public

    WordPress plugin to redirect not logged in users to another URL.

    PHP 1

  4. spriting-with-compass spriting-with-compass Public

    Simple demo for spriting with Compass

    HTML

  5. [HTML][CSS][SASS] Custom select, che... [HTML][CSS][SASS] Custom select, checkbox, radio example with pure CSS | Live demo: https://www.damianwajer.com/blog/custom-styled-form-controls/
    1
    // Checkbox
    2
    .checkbox-custom {
    3
      position: absolute;
    4
      opacity: 0;
    5
    
                     
  6. [WordPress] Conditional Meta Box / C... [WordPress] Conditional Meta Box / Custom fields depending on page template in WP Admin
    1
    jQuery( document ).ready( function ( $ ) {
    2
        var $pageTemplate = $( "#page_template" ),
    3
        	$metaBoxID = $( "#meta_box_id" );
    4
    
                     
    5
        $pageTemplate.on( "change", function () {