This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Multiple images visualization
#3
Hi,

I use custom JS for this, give the image a custom class 'weather' and use this js script where 40/1/15 = object with URL
Code:
$(function(){
 if (typeof grp != 'undefined') {
   grp.listen('40/1/15', function(object, state) {
     $('.weather').find('img').attr('src', object.value)
   }, true);
 }
});
BR,

Erwin
Reply


Messages In This Thread
Multiple images visualization - by Spiff - 10.09.2018, 07:39
RE: Multiple images visualization - by Erwin van der Zwart - 10.09.2018, 10:10

Forum Jump: