Hi,
My use case is as follows:
*User tries to access a portion of the site. Since he's not logged in, a web filter redirects him to a login page where he can use the account chooser to login.*
My problem is that since I use the Javascript GITKit account chooser which launches a popup when the #navbar element is clicked. I can't seem to force that popup to show. I tried this jquery code:
$("#navbar").trigger('click');
But nothing happens. Seems to me that should work since the click event is triggered. But nothing happens. Is there a function I can call to open the account chooser without waiting for the user to click on the login button?
Thanks,
Sim