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

Block or report pierrehenri220

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. Update html head tags with Barba.js Update html head tags with Barba.js
    1
    Barba.Dispatcher.on('newPageReady', function(currentStatus, oldStatus, container, newPageRawHTML) {
    2
        // html head parser borrowed from jquery pjax
    3
        var $newPageHead = $( '<head />' ).html(
    4
            $.parseHTML(
    5
                newPageRawHTML.match(/<head[^>]*>([\s\S.]*)<\/head>/i)[0]
  2. timidpress timidpress Public

    PHP

  3. peter-power-594/jquery-musketeer peter-power-594/jquery-musketeer Public

    Manage multiple contents from different languages bundled in the webpage

    JavaScript 1