[jQuery] Sorting items in jQuery pseudo-array

2007-03-26 Thread Bruce McKenzie
There was a thread on this list in October which indicates (if I read it right) that I ought to be able to rearrange some paragraphs as follows: script type=text/javascript $(function(){ jQuery.fn.sort = function() { return this.pushStack( [].sort.apply( this, arguments ), []);

Re: [jQuery] Sorting items in jQuery pseudo-array

2007-03-26 Thread Bruce McKenzie
person that actually uses this. I'll probably use it quite a lot. My current app is where I've got a bunch of forms that I want to rearrange themselves when a person submits one with a changed date field. Doesn't seem that exotic to me :-) Bruce -- Bruce McKenzie http://www

Re: [jQuery] json deserialization

2007-03-17 Thread Bruce McKenzie
){ alert (ret.a) } } ); I believe the order in which you pass the params to $.ajax matters. Bruce -- Bruce McKenzie http://www.2MinuteExplainer.com ashutosh bijoor said the following on 3/17/2007 2:45 AM: Well deserializing JSON is quite trivial - you just need to do an eval

Re: [jQuery] Good datepicker

2007-03-09 Thread Bruce McKenzie
but it doesn't allow for going backwards on the calendar. I need to be able to select any date. Suggestions? Rey Bruce -- Bruce McKenzie http://www.2MinuteExplainer.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Using datePicker as a calendar

2007-03-08 Thread Bruce McKenzie
this is not much help but I will follow this thread closely. Regards, Eugene On 3/5/07, *Bruce McKenzie* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello, I'd like to use the excellent datePicker plugin to make a bigger calendar that displays summary data from a database

[jQuery] Using datePicker as a calendar

2007-03-05 Thread Bruce McKenzie
Hello, I'd like to use the excellent datePicker plugin to make a bigger calendar that displays summary data from a database for each day in the month. I've got it working for the first month that displays, but I don't know how to display new data when the user clicks on the previous month or

[jQuery] dimensions.js console.log error message

2007-01-28 Thread Bruce McKenzie
The version of dimensions.js available on the jquery plugins pages contains this on line 233 console.log(' ' + parent.id + ' ' + x + ' ' + y); which triggers an 'error-on-page' message in IE6. BTW, is there a packed version of this excellent plugin available? Bruce --

Re: [jQuery] find cause of uncaught exception

2006-12-14 Thread Bruce McKenzie
are working -- and this one used to ... maybe it's something to do with FF version? Thx, Bruce -- Bruce McKenzie Business Information Graphics, Inc. 242 W. 36th Street 10th Floor New York, NY 10018 v. 212-477-4288 http://www.2MinuteExplainer.com

Re: [jQuery] CPAN Modul for jQuery ?

2006-11-23 Thread Bruce McKenzie
@jquery.com http://jquery.com/discuss/ -- Bruce McKenzie http://www.2MinuteExplainer.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Form Validation (no Ajax)

2006-11-13 Thread Bruce McKenzie
){ alert(ret.someVal); } ); return false }); }); Thx, Bruce -- Bruce McKenzie http://www.2MinuteExplainer.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Form Validation (no Ajax)

2006-11-13 Thread Bruce McKenzie
} } $(#form1).validate(options); }); Thanks Ben Jörn Bruce -- Bruce McKenzie http://www.2MinuteExplainer.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Column totals in sortable table

2006-10-14 Thread Bruce McKenzie
What's an efficient way to keep column totals at the bottom of a table sorted with the tableSorter plugin? Thanks. -- Bruce http://www.2MinuteExplainer.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] When / how did you find out about jQuery?

2006-09-27 Thread Bruce McKenzie
eWeek -- August 30 http://www.eweek.com/article2/0,1895,2010602,00.asp -- Bruce McKenzie http://www.2MinuteExplainer.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Help finding parent element

2006-09-23 Thread Bruce McKenzie
What's the preferred/simplest way to get hold of the immediate parent of a DOM element? I've got a table in which some cells are editable (I'm using the excellent editable plugin by Dylan Verheul). When a cell is changed, the database gets updated and the Ajax callback needs to recalculate the