[jQuery] Re: error option for jQuery.ajax

2008-11-27 Thread WebAppDeveloper
Great. I'll try it out when I return to work next week. Thank you so much! seasoup wrote: > > > Your getting an error in that code because you need a comma after the > success:function(){}, > > Also, make sure there is no comma after the last method in the object > or IE throws an error. > >

[jQuery] Re: error option for jQuery.ajax

2008-11-27 Thread seasoup
Your getting an error in that code because you need a comma after the success:function(){}, Also, make sure there is no comma after the last method in the object or IE throws an error. Josh Powell On Nov 26, 11:51 pm, WebAppDeveloper <[EMAIL PROTECTED]> wrote: > Hi, > > I have the following cod