I'm using masonry.js with Spring Flow. When I call flow (from subflow) with .xhtml where I putted Masonry there is no masonry effect on the screen (boxes appear but Masonry not):/ It works very well when I open new page by click commandButton but in this case I have big problem.
I initialized masonry on several ways (in $(window).load() and $(document).ready()). No success. The same problem I have when I'm using outputLink which redirects to page with Masonry (boxes appear, masonry effect not)
Can you help me?