Goldinteractive / jQuery.GI.TheWall.js

This plugin could be used to create easily an image gallery similar to the google image search
http://goldinteractive.github.io/jQuery.GI.TheWall.js
MIT License
135 stars 27 forks source link

Update if #anchor #18

Open ASTN1 opened 8 years ago

ASTN1 commented 8 years ago

Hi,

I wondered if it would be possible to update the grid if there is an anchor in the page's URL?

e.g.

if(window.location.hash) {
  var hash = window.location.hash.substr(1);
  $('#'+hash).update();
}