[jQuery] Re: Fire bug error : too much recursion

2008-10-03 Thread Amardeep
yes it is set to 0.9 currently thanks karl On Fri, Oct 3, 2008 at 5:52 AM, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Amardeep, Please note that the opacity range is from 0 to 1, so while using 1.9 might not result in an error, it probably should be avoided. --Karl Karl

[jQuery] Re: Fire bug error : too much recursion

2008-10-02 Thread Amardeep
sorry for my mistake .. yes its JSON i was using this : $('#div_id').show('animate', {opacity:1.9}, 1200); i am not at all sure about the real cause .. i did some search and found that it could be a possible reason On Thu, Oct 2, 2008 at 8:50 AM, Karl Rudd [EMAIL PROTECTED] wrote: Will need a

[jQuery] Re: Fire bug error : too much recursion

2008-10-02 Thread Amardeep
thanx it works for me .. i am such a stupid On Thu, Oct 2, 2008 at 12:27 PM, BB [EMAIL PROTECTED] wrote: The syntax of this function is wrong! $(#div_id).animate({ opacity:1.9 }, 1200); http://docs.jquery.com/Effects/animate#paramsdurationeasingcallback On 2 Okt., 08:51, Amardeep [EMAIL

[jQuery] Re: Fire bug error : too much recursion

2008-10-02 Thread Karl Swedberg
Hi Amardeep, Please note that the opacity range is from 0 to 1, so while using 1.9 might not result in an error, it probably should be avoided. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 2, 2008, at 3:09 AM, Amardeep wrote: thanx it works for

[jQuery] Re: Fire bug error : too much recursion

2008-10-01 Thread Amardeep
i am using jQuery in drupal .. can u tell me how do i know if i am using JASON library. i am pretty new in jquery and do apologize if my question sounds stupid On Wed, Oct 1, 2008 at 6:36 AM, Karl Rudd [EMAIL PROTECTED] wrote: Are you using the JSON library from json.org? If so, make sure it's

[jQuery] Re: Fire bug error : too much recursion

2008-10-01 Thread Karl Rudd
Will need a bit more information before anyone can help. An example page would be helpful. How did you find out that it may be because of the jason library used .. Karl Rudd (PS On a site note, it's JSON (JavaScript Object Notation), not JASON.) On Wed, Oct 1, 2008 at 5:28 PM, Amardeep [EMAIL

[jQuery] Re: Fire bug error : too much recursion

2008-09-30 Thread Karl Rudd
Are you using the JSON library from json.org? If so, make sure it's the json2.js one, rather than the earlier, and slightly broken, one. http://www.json.org/js.html Karl Rudd On Wed, Oct 1, 2008 at 1:46 AM, ♫ cheskonov [EMAIL PROTECTED] wrote: hi , I am getting this error in Firefox 3.0.2