Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Twitter Sign In with OpenID Sign In with Google

Sign In Sign Up

In this Discussion

Tagged

Welcome to the Jo support forums! Please Sign Up and join in the discussion. You can also Sign In instantly with Twitter, OpenID or your Google ID.
joStack pop() - remove from DOM??
  • jpsheridanjpsheridan June 2012
    Posts: 35

    Hi all,


    When I called stack.pop() should it remove the top level content from the DOM? Because in my case it's not.

    Thanks,
    JP
  • jpsheridanjpsheridan June 2012
    Posts: 35

    Hi,


    Never mind.  I was using pop() to simply run a jocard.deactivate() function which I don't need now.  stack.push() seems to handle rendering one view at a time to the DOM and all seems to be running correctly now.

    This is mostly relevant to my previous questions which had to do with logging out of the application and handling data and UI clearing.  Which bar a joTable instance, is all working fine now.  But that joTable is for another post.

    Thanks,
    JP