Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for words of wisdom! #21

Closed
TerrySchroeder opened this issue May 18, 2015 · 3 comments
Closed

Looking for words of wisdom! #21

TerrySchroeder opened this issue May 18, 2015 · 3 comments

Comments

@TerrySchroeder
Copy link

Great software! After about 7 pots of coffee, I have not been able to get thumbnails (http://codepen.io/srkimir/pen/mGbrf), popover/tooltips (http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm), or zoom (http://www.jacklmoore.com/zoom/) to work at the gridder-content (carousel level). I did get them all to work at the gridder-list level. Any words of wisdom?

@orion3dgames
Copy link
Owner

Using other jQuery plugins in expanded content should work fine. As you can see in my demo, I'm using the bootstrap carousel in the gridder-content level : http://www.oriongunning.com/demo/gridder/basic.php

However, you need to use the onContent callback like this:

$(".gridder").gridderExpander({
onContent: function(){
$(".carousel").thumbnailsCarousel();
}
});

Do you see what I mean?

If this does not make sense, let me know and I'll whip up a demo for you.

Cheers,
Orion

PS: After 7 pots of coffee, it's must be very hard to concentrate :)

@TerrySchroeder
Copy link
Author

Hi Orion,

Thank you for getting back to me!

I grew up on COBOL, soooo, some of this is very new to me. I have been doing most stuff in html and a little jquery.

If you have a chance, I would be most interested in having zoom ((http://www.jacklmoore.com/zoom/)) integrated into your work of art. If I see how that is done, I think I could take on the ones.

Thank you again,

Terry Schroeder


          Terry Schroeder

             611 Vine St.

        Wamego, KS 66547

         636.359.3998 cell



    <http://www.thedrywallartist.com/> www.TheDrywallArtist.com

From: Orion Gunning [mailto:notifications@github.com]
Sent: Monday, May 18, 2015 6:06 PM
To: oriongunning/gridder
Cc: TerrySchroeder
Subject: Re: [gridder] Looking for words of wisdom! (#21)

Using other jQuery plugins in expanded content should work fine. As you can see in my demo, I'm using the bootstrap carousel in the gridder-content level : http://www.oriongunning.com/demo/gridder/basic.php

However, you need to use the onContent callback like this:

$(".gridder").gridderExpander({
onContent: function(){
$(".carousel").thumbnailsCarousel();
}
});

Do you see what I mean?

If this does not make sense, let me know and I'll whip up a demo for you :)

Cheers,
Orion


Reply to this email directly or view #21 (comment) it on GitHub. https://github.com/notifications/beacon/AF-1AE5RT7z7QIKUFPcR39p9drklNIr7ks5oKmfJgaJpZM4EezFk.gif

@orion3dgames
Copy link
Owner

The advanced demo has a example of how the callbacks work. Check it out. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants