[jQuery] firefox error NS_ERROR_XPC_JS_THREW_STRING with ajax form submission

2008-07-04 Thread Colin Manning
Hi Have a problem that shows with firefox (2.0.0.15 on Windows) but not with IE (6). I'm using the Form plugin with a trivial form. I'm using a call to $.ajaxForm() to do an ajax form submission. It never works with firefox, and instead I get this really user friendly error message in the err

[jQuery] Re: how to make browser ensure specific element is visible

2008-06-16 Thread Colin Manning
Hi Solved my own problem ... found jQuery.scrollTo (http://flesler.blogspot.com/2007/10/jqueryscrollto.html) which solves this nicely. .. Colin At 22:08 16/06/2008, you wrote: >Hi > >Newbie user and I guess this probably has a simple answer. > >I have a hidden div on the page that is show

[jQuery] how to make browser ensure specific element is visible

2008-06-16 Thread Colin Manning
Hi Newbie user and I guess this probably has a simple answer. I have a hidden div on the page that is shown when user clicks a button. Its a help text, in a div, for the page that is only to be shown when the user wants it. But the page is long and when I un-hide the div I also want the brows