class Wedge::Plugins::Pjax

Public Instance Methods

get(href = false) click to toggle source
# File lib/wedge/plugins/pjax.rb, line 8
def get href = false
  `$(document).trigger('page:get')`
  $window.history.push href, pjax: true
end