[jQuery] Re: using blockui, unblock when clicking the ui

2008-09-06 Thread nsanden
Mike, I had tried that originally (i saw you posted that in an earlier thread) but the problem is it also unblocks the UI if I click anywhere in the login_form area. I only want to unblock it if you click outside the login form (in the grayed out area). I assumed the reason was due to giving all

[jQuery] Re: using blockui, unblock when clicking the ui

2008-09-06 Thread nsanden
Not sure i explained it well MorningZ but in any case I was able to finally get it but I had to hack blockui.js :( If anyone can help me with a way that doesnt require hacking blockui I would be very appreciative... Anyway, here was the solution: $(document).ready(function(){ $("#login_link"

[jQuery] using blockui, unblock when clicking the ui

2008-09-05 Thread nsanden
I have an html login form I want to present through blockui How can i unblock the ui, when a user clicks the ui? In otherwords, if the user decides they don't want to login after-all, instead of having to click a cancel button, i want the option of being able to unlock it by clicking anywhere out