Hi Everyone,
Anyone had success with running JS after a view has loaded? I have been trying with several approaches all with no luck. I have tried window).load, $(document).ready. I've tried using the Initialised rule and tranfering expressions using data tranfer. Doesn;t matter which approach I use the JS will always fire before the data from view has loaded. I need to fire after becuase I want use a selector on a list view. Thanks in advance