pandeiro373's logs
mindiapandeiro373's logs見出し語

hashchange

南小倉パンデイロ · 2012-02-20 更新
$(function(){
  // Bind the event.
  $(window).hashchange( function(){
    // Alerts every time the hash changes!
    alert( location.hash );
  })
  // Trigger the event (useful on page load).
  $(window).hashchange();
});

関連する見出し語