[jQuery] Re: form plugin and blockUI problems in IE7 with the ui not unblocking

2009-01-02 Thread tradeallday
I found the problem, it was an extra form tag that I had on the page nested in my other form tag. I copied and pasted in code for paging from the table sorter plugin and never removed the form tag from the example. Once I removed that it worked great. Thanks for your response. I have to say that t

[jQuery] Re: form plugin and blockUI problems in IE7 with the ui not unblocking

2009-01-01 Thread Mike Alsup
> I'm using the form plugin and the most recent version of blockUI. > > Here's my form initialization area: > >                 $(document).ready(function() { >                     var options = { >                         target:        '#search_results',   // target > element(s) to > be updated