I want to execute some custom code on an IcePush Render update.
IcePush itself is working porperly (also over mulitple portlets)
So what i want to do exactly is to resize an image to an given aspect ratio and place marker pins (known from google Maps). But these markers (and the image) are dynamicaly updated via IcePush.
So if i use JQuery’s ready() it works the first time but after an page update it fails.
greetings Florian
I have solved it! If you change the JS Code it will be executed after AJAX Update.
Like this: