[jQuery] Re: TableSorter question

2007-04-09 Thread Andy Matthews
There's an option for default sort. How is the data getting to the page? Is it hard-coded or the result of an SQL operation? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris W. Parker Sent: Monday, April 09, 2007 1:58 PM To:

[jQuery] Re: Simple selector question

2007-04-09 Thread Andy Matthews
$('table').attr('css','border-collapse') Maybe? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Knutzen Sent: Monday, April 09, 2007 3:27 PM To: jquery-en@googlegroups.com Subject: [jQuery] Simple selector question How would one

[jQuery] Re: I'm going nutz...

2007-04-06 Thread Andy Matthews
Are you talking about viewing source in IE vs FF? Because if you perform an action with jQuery, then view source in IE, you'll NEVER see the changes in the code. However, using the View Generated Source option in FF's developer toolbar allows you to see changes made using javascript. Or are you

[jQuery] Re: Getting all labels

2007-04-06 Thread Andy Matthews
Maybe Var myArr = []; $('label').each( myArr.push($(this).attr('for')); ); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Buzzterrier Sent: Friday, April 06, 2007 2:13 PM To: jQuery (English) Subject: [jQuery] Getting all labels I

[jQuery] Re: Getting all labels

2007-04-06 Thread Andy Matthews
PROTECTED] On Behalf Of Andy Matthews Sent: Friday, April 06, 2007 2:27 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Getting all labels Maybe Var myArr = []; $('label').each( myArr.push($(this).attr('for')); ); -Original Message- From: jquery-en@googlegroups.com [mailto

[jQuery] Re: Stop pending AJAX processes?

2007-04-06 Thread Andy Matthews
a single ajaxcall when opening a accordation menu and splitting the returning result (using xml, json or whatever) and then put it on the right place? That would make the request quite few and still make the initial page load fast. //Kristinn On 4/6/07, Andy Matthews [EMAIL PROTECTED] wrote

[jQuery] Coldfusion: using $.get() to directly call a CFC living outside of the webroot

2007-04-05 Thread Andy Matthews
(not the one above): apps.cfcs.theCFCinQuestion Is there any way to call against that CFC directly instead of having to use a middle page? Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL

[jQuery] Re: Coldfusion: using $.get() to directly call a CFC living outside of the webroot

2007-04-05 Thread Andy Matthews
- Original Message - From: Andy Matthews mailto:[EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Thursday, April 05, 2007 11:16 AM Subject: [jQuery] Coldfusion: using $.get() to directly call a CFC living outside of the webroot Right now m JS looks like this: $.get(psychic.cfm

[jQuery] UPDATE: code review, suggestions for condensing / reuse?

2007-04-03 Thread Andy Matthews
suggestions you feel like making would be welcomed. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com

[jQuery] Re: UPDATE: code review, suggestions for condensing / reuse?

2007-04-03 Thread Andy Matthews
a little. :) -- Brandon Aaron On 4/3/07, Andy Matthews [EMAIL PROTECTED] wrote: I've made some additions and updates to the code I posted last week: http://www.commadelimited.com/uploads/psychic/ I wondered if you all would mind looking over it to see if it can be improved. I've got

[jQuery] Test post from outlook

2007-04-03 Thread Andy Matthews
Please ignore. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com http://www.dealerskins.com/ dealerskinslogo.bmp Description: Windows bitmap

<    4   5   6   7   8   9