[jQuery] Accordian Initial click

2007-03-13 Thread Jim Wharton
I have finally started to address some of my behavioral code in an attempt to clean it all up and jQuerify it I was using the nice accordian plugin but since I wanted the effect to wait until my ajax response has returned before sliding down, I had to hack it up a bit. I basically just

Re: [jQuery] rewriting generic ajax jQuery style

2007-03-12 Thread Jim Wharton
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sam Collett Sent: Tuesday, March 06, 2007 10:02 AM To: jQuery Discussion. Subject: Re: [jQuery] rewriting generic ajax jQuery style On 05/03/07, Jim Wharton [EMAIL PROTECTED] wrote: Hi, I'm trying to change

Re: [jQuery] interface accordion

2007-03-09 Thread Jim Wharton
If you really wanted to get violent with it, you could comment out these lines: /*if (!startClosed) { jQuery(this).find('dd:eq(' + on + ')').slideDown(SLIDE_DOWN_SPEED); }*/ That will take out the entire loop. -Original Message- From: [EMAIL PROTECTED]

Re: [jQuery] [*Possible SPAM*] Re: rewriting generic ajax jQuery style

2007-03-06 Thread Jim Wharton
a version of the XML data you'd expect? - jake On 3/5/07, Jim Wharton [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I'm trying to change a bunch of handwritten Ajax stuff to use jQuery's methods. (I figure, if I'm already including the jquery.js file, I may as well use the heck out

Re: [jQuery] rewriting generic ajax jQuery style

2007-03-06 Thread Jim Wharton
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sam Collett Sent: Tuesday, March 06, 2007 10:02 AM To: jQuery Discussion. Subject: Re: [jQuery] rewriting generic ajax jQuery style On 05/03/07, Jim Wharton [EMAIL PROTECTED] wrote: Hi, I'm trying to change

Re: [jQuery] rewriting generic ajax jQuery style

2007-03-06 Thread Jim Wharton
Ok, here's another question I've got this code working: $(document).ready(function() { $('#resultcontainer').accordion(); $(dt).click(function(){ idsource = $(this).attr(id);

Re: [jQuery] rewriting generic ajax jQuery style

2007-03-06 Thread Jim Wharton
or find()) until you start dealing with a large (300+) dataset (at which point I'd forgo ajax and just deliver using html). - jake On 3/6/07, Jim Wharton [EMAIL PROTECTED] wrote: Ok, here's another question I've got this code working: $(document).ready(function

[jQuery] rewriting generic ajax jQuery style

2007-03-05 Thread Jim Wharton
Hi, I'm trying to change a bunch of handwritten Ajax stuff to use jQuery's methods. (I figure, if I'm already including the jquery.js file, I may as well use the heck out of it.) My current code sends a request to a php page and gets back an xml result I do the standard way of creating a