[jQuery] Re: hide()

2009-02-08 Thread WebAppDeveloper
t;class" or somesuch. Then you can do something > like $(".trContactInfo").hide() and it will hide everything. > > A. Gundel > > On Sun, Feb 8, 2009 at 1:30 PM, WebAppDeveloper > wrote: >> >> >> Hi, >> >> If I have an html t

[jQuery] hide()

2009-02-08 Thread WebAppDeveloper
Hi, If I have an html table with 3 rows each with the same id, for example, id="trContactInfo", as in the html code below. Using jQuery, if I want to hide these 3 rows with the same id, i would do something like $("tr#trContactInfo").hide().next().hide().next().hide. My question is: Instead of r

[jQuery] Re: error option for jQuery.ajax

2008-11-27 Thread WebAppDeveloper
> or IE throws an error. > > Josh Powell > > On Nov 26, 11:51 pm, WebAppDeveloper <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I have the following code below where I'm trying to dynamically check if >> an >> AJAX request error occurs. If an error oc

[jQuery] error option for jQuery.ajax

2008-11-27 Thread WebAppDeveloper
Hi, I have the following code below where I'm trying to dynamically check if an AJAX request error occurs. If an error occurs, do something; otherwise, do something else (if it's a success). But according to jQuery.com, they say "You can never have both an error and a success callback with a req