[jQuery] Define variable scope only to a instance of a plugin

2009-12-13 Thread Shabith Ishan
In my jquery plugin i want to save a variable which i get from ajax.load function inside the plugin instance. So I can access it later on. this is how I do it right now but it keep changing to the last instance variable when I trying to access it. http://paste-it.net/public/e7388e4/ Is there

[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

[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:br /'+errors);

[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 commas