[jQuery] Re: JQuery animate wont work on Opera 9

2008-05-13 Thread Shabith Ishan
hi karl, thank you for your support. it did the trick! thanks again. Shabith Ishan On May 13, 6:01 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Shabith, > > I see a few things that might be causing a problem: > > 1. You add a comma after the last item in each object literal. These > comm

[jQuery] Re: JQuery animate wont work on Opera 9

2008-05-13 Thread Karl Swedberg
Hi Shabith, I see a few things that might be causing a problem: 1. You add a comma after the last item in each object literal. These commas should be removed (FF is more forgiving of such errors): $('#contactform').animate({ opacity:0,

[jQuery] animate wont work on Opera 9

2008-05-13 Thread Shabith Ishan
hi! Im new to JQuery and my issue is animate is not working in opera. here is the code, function ajaxpost() { var errors = MM_validateForm('txtName','','R','txtEmail','','RisEmail'); if(errors) { //alert( 'The following error(s) occurred:'+errors);

[jQuery] JQuery animate wont work on Opera 9

2008-05-13 Thread Shabith Ishan
hi! Im new to jquery and my issue is jquery animate wont work in opera 9. However its working perfectly on FF and Safari. here is the code, function ajaxpost() { var errors = MM_validateForm('txtName','','R','txtEmail','','RisEmail'); if(errors) { //alert( 'The f