Orion

Results 18 comments of Orion

Any example, as I've successfully done that many time. ???

Yes you can do that using jQuery trigger like this: jQuery('.gridder . gridder-list:nth-child(2)').trigger('click'); // This will select the second child of the list a trigger the opening. Cheers, Orion. On...

hi there. the only reason it could do that, is that the css is not added, or is overwritten by your own css. please make sure these styles are correctly...

Hahhh. It will not work if you use bootstrap grid. You will have to do your own responsive css. FIY, all the li should be display: inline-block; and the gridder...

Hi there, should word fine, here is a basic example with codepen showcasing multiple gridders: https://codepen.io/oriongunning/pen/dyGGOVb Make sure there is no errors in the console, and that jquery is loaded...

Hello, Yes, I need to implement it. Too busy at the moment. To reply to you question, I've not really thought about it. Your code looks great, except you should...

That's exactly it. Thanks @intellisense

You're 100% right. Someone needs to give it some love and update it to today standards. I'll try, but free time is a rare commodity nowadays for me.

Yes, from what I understand, all content need to be compiled. There must be some way to compile dynamically generated content? I'm not familiar with angular, sorry.

Hello. No, I should definitely add it. Thanks for the suggestion.