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

Block or report pierrehenri220

Report abuse

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

Report abuse

Pinned Loading

  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