Is there a way to call a JavaScript function after the .ready() function has executed?
I think there's something funny going on in some DOM structuring in my code, and I want to try calling jquery.('reload') on a section. But I need to call it AFTER the $(document).ready(function(){}) is called.
To clarify a bit more, I'm using jQuery's masonry, and I'm having an issue with the rendering of elements. It comes with a method 'reload', and when called inside of .ready(), doesn't render correctly, but if done on say, a scroll event, it works fine.
.readyevent have been run?file.jsor<script></script>