orion3dgames / gridder

A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
http://orion3dgames.github.io/gridder/
461 stars 130 forks source link

"deeplinking" #9

Closed vespino closed 9 years ago

vespino commented 9 years ago

Is it possible to show a certain block when opening the page? I have tried jQuery trigger, but this doesn't seem to do the trick.

orion3dgames commented 9 years ago

It should do the trick. (can you send a link? so I can debug it?)

I do not want to add "real" deeplinking as I really want to keep this plugin simple and easy for anybody to use.

I've done another more advanced version that does deeplinking. It does however requires you to feed it data via ajax.

check it out : http://www.oriongunning.com/demo/gridder-ajax/demo.php?item=item-23

GITHUB : https://github.com/oriongunning/gridder-ajax

orion3dgames commented 9 years ago

I've made an example of how to achieve deep linking with the basic GRIDDER : http://codepen.io/anon/pen/MYJLGP

vespino commented 9 years ago

Thank you.