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

using the event "onContent". #52

Closed jjambittt closed 7 years ago

jjambittt commented 7 years ago

Helo.

I need to use the event "onContent". I´m trying to identify de element: "data-griddercontent". But I can´t.

Te event has no argments, has it ? Similar function onContent (object) { var id = object.id; }

I appreciate any help that you can provide.

jjambittt commented 7 years ago

Sorry.

I found the way.

var thecontent = $(".selectedItem").data("griddercontent");

Solved.