[jQuery] Re: JQuery UI Accordion Plugin

2009-05-25 Thread Danny Nolan
First is the code you cant see. Any and all post document ready changes are not visible by view >> page source. Instead, select the object with your mouse, right click, and view selection source. As for the accordion, not so sure there! --- On Mon, 5/25/09, Bharat wrote: From: Bharat Subjec

[jQuery] Re: jQuery & XML

2009-05-23 Thread Danny Nolan
So, first: html = '' + ($(this).find("titletext").text()) + '\n\n'; Create a variable with the code needed. $("div").append($(html)); Then dump it to the div. Order and logic you need to figure out, but thats an example of how to dump a xml returned result into a file. --- On Wed, 5/20/09,

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
widget To: jquery-en@googlegroups.com Date: Friday, May 15, 2009, 2:04 PM What UI-LI objects? Your sample code (which I added an extra div level to) only has DIVs and H3s. - Richard On Fri, May 15, 2009 at 2:21 PM, Danny Nolan wrote: Almost, I found it worked almost, except for the fact that

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
ble(); }) Where am I going wrong? --- On Fri, 5/15/09, Richard D. Worth wrote: From: Richard D. Worth Subject: [jQuery] Re: Sortable accordion-like widget To: jquery-en@googlegroups.com Date: Friday, May 15, 2009, 10:51 AM Sure, here you go: http://jsbin.com/aqeca You can edit this example here: ht

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
@googlegroups.com Date: Friday, May 15, 2009, 10:51 AM Sure, here you go: http://jsbin.com/aqeca You can edit this example here: http://jsbin.com/aqeca/edit It's not perfect, since when you sort one, it also toggles it, but it's a start. - Richard On Fri, May 15, 2009 at 10:19 AM, D

[jQuery] Re: how to uncheck the check box

2009-05-15 Thread Danny Nolan
Change to a standard radio group? --- On Fri, 5/15/09, bharani kumar wrote: From: bharani kumar Subject: [jQuery] how to uncheck the check box To: jquery-en@googlegroups.com Date: Friday, May 15, 2009, 9:38 AM Hi all Can u tell me , how to uncheck the check box , when i check another check bo

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
Example? Im very new to jQuery, the old code was partially provided by someone else with a few edits, so not sure how to create that new level you was talking about. --- On Thu, 5/14/09, Richard D. Worth wrote: From: Richard D. Worth Subject: [jQuery] Re: Sortable accordion-like widget To: jq

[jQuery] Re: POST Redirection

2009-05-02 Thread Danny Nolan
int me to the exact property I have to look for? On 2 Mai, 02:07, Danny Nolan wrote: > Firebug is your friend > > --- On Fri, 5/1/09, Cryptonit wrote: > > From: Cryptonit > Subject: [jQuery] POST Redirection > To: "jQuery (English)" > Date: Friday, May 1, 2009,

[jQuery] Re: POST Redirection

2009-05-01 Thread Danny Nolan
Firebug is your friend --- On Fri, 5/1/09, Cryptonit wrote: From: Cryptonit Subject: [jQuery] POST Redirection To: "jQuery (English)" Date: Friday, May 1, 2009, 2:22 PM Hi Folks! Here's my problem: I want to make a post request to a web service site. This site is automaticly redirecting me