Thanks Mike, for showing three ways to handle this.
Of these 3, first two appears to be non-working (am using IE so not
sure if can use firebug and i tried adding a line for
compatibility .js file that i downloaded, but still the same results).

I guess i will look at the 3rd option that you have listed.

Thanks.

On Sep 3, 1:11 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote:
> There were a number of jQuery API changes between 1.1.x and 1.2.x. If you
> find the part of your code that isn't working, you can update it to work
> with 1.2.x.
>
> JavaScript debugging tools such as Firebug and the Web Developer Toolbar
> will help greatly. In particular, you may find the error simply enabling
> Firebug's Console and Script tabs and then loading your page and submitting
> the form. With any luck, there will be an error message in Firebug's console
> pointing to the error.
>
> You can also probably get your code to work "as is" by loading the 1.1-1.2
> compatibility plugin (after jquery.js and before your code):
>
> http://plugins.jquery.com/project/compat11
>
> Reading the source code for this plugin will also show you the things that
> were changed and removed in 1.2; searching for those in your submit code may
> turn up something.
>
> -Mike
>
> > I have an asp.net (vs2005) web-app.
> > When i use jquery1.1.4, then, on submitting the form, the
> > background gets grayed-out and an 'results being generated'
> > image (that i have put in the asp.net code) gets displayed.
>
> > i replaced the 1.1.4 file with 1.2.6, and now the background
> > doesn't get grayed-out (aspnet code remains same, the only
> > thing i changed was replacing 1.1.4 with 1.2.6) at all. The
> > image gets displayed but since the background isn't
> > grayed-out/"disabled", the user-controls kind-of overwrites
> > part of the image.
>
> > My OS is XP/SP2. I am just starting to learn jquery, so don't
> > know much about it.
>
> > Any suggestions/advice/pointers?
> > Thanks.

Reply via email to