@roramirez thank you, I was looking for a gallery, with on optional lightbox popular. I actually developed one myself because I couldn’t find anything similar
Read the statement by Michael Teeuw here.
Posts made by NiviJah
-
RE: Looking for an image carousel
-
RE: Adding a jQuery Module
jQuery didn’t want to play nice, i don’t know why, so I had to work with Vanilla JS.
here is the result
-
RE: Adding a jQuery Module
Thank you,
This is very helpful.
If I understand correctly, do I need to useDOM_OBJECTS_CREATED
like this ?notificationReceived: function(notification, payload, sender){ if (notification === 'DOM_OBJECTS_CREATED'){ $(document).ready()..... } },
Does that go into my plugin file ? (i.e not the node helper)
-
Adding a jQuery Module
Hi Guys,
I played around with building a module by myself and I got some questions.
I have to say my knowledge in Vanilla JS is somewhat limited, so I turned to jQuery.I was able to including jQuery, and any script and CSS for that matter, But I was not able to “Init” it.
Is there a place I can call “document ready” ? tried in the getDOM method and any other “build in” method and couldn’t get it to init.The other thing that was bothering me is not being able to debug properly, i’m working via SSH.
where can I see logs, or better yet console.log() or “debugger;” ?I am also not sure what “browser” is being used, I don’t think CSS3 stuff is working.
Thanks !
-
RE: Looking for an image carousel
@yawns Thanks!
Not exactly what I was looking for but I can defiantly use the code to help me achieve what I do want.
I’m still not sure what my options are regarding storage, i’m thinking either a local folder, or a public folder accessible via wifi. -
Looking for an image carousel
I saw the module carousel but i’m not sure if it can be used to rotate images.
is something like this exists ?