[jQuery] Re: jQuery, MooTools, and Prototype - A Comparison

2009-05-22 Thread DisasterMan
I started with Prototype/Script.aculo.us, tried MooTools, and moved to JQuery. I don't have very technical reasons to support this just personal experience. I was amazed by Prototype, having not used a framewqork before, but found it fiddly and not terribly well documented. MooTools was just rea

[jQuery] Re: Ajax and 404 errors.

2009-05-14 Thread DisasterMan
That should be: myrequest.statusText I believe... On May 13, 3:27 pm, "bhaveshphoneh...@gmail.com" wrote: > myrequest.status >

[jQuery] Re: Ajax and 404 errors.

2009-05-14 Thread DisasterMan
I would recommend using a generic error alert function. This saves having to add an error: function() to each ajax call you use. Here is my function. It uses jQuery UI to improve the appearance of the error announcement and allow for html formatting: //javascript $(document).ready(function() {

[jQuery] Re: Not able to jqGrid and jquery lightbox plugin in a single page

2009-05-07 Thread DisasterMan
Hi Devesh, I presume you are using the Balupton edition of Lightbox for JQuery. I had the same problem error message, but it I wasn't using jqGrid - it turned out to be a file location problem. Lightbox uses a fixed file structure to locate files dependant on whether it is compressed or not. >F