Posts by Karlz93 • 81 points
2 posts
-
7
votes2
answers6229
viewsQ: Change image src through jquery
I’m using the plugin Animated Responsive Image Grid and I want to change the image src through Javascript/Jquery. Html code: <div id="ri-grid" class="ri-grid ri-grid-size-1 ri-shadow">…
-
-1
votes2
answers282
viewsQ: foreach PHP for Javascript
I’m in the middle of a project I have to do clustering on a map. I found this algorithm which is in PHP. My doubt is in this foreach: foreach ($markers as $key => $target) { $pixels =…