[jQuery] load record and show form, two responses from clicking one link

2007-07-21 Thread Hugh Hayes
Hi- I have to thank you all for things like 15 days of jquery and the sites with the tutorials, I've been able to add some great things to my pages lately. Apologies if this question is stupid. I have a form. There's a table on the page that displays the records. Each record has an edit

[jQuery] Re: search text, find urls and list

2007-07-17 Thread Hugh Hayes
, Hugh Hayes wrote: Hi All- This is a newbie designer question. I think jquery's great and I'm trying to find more uses for it. I've got this- $(#content a).not([EMAIL PROTECTED]'mysite.com/']).clone().appendTo(#content); I was trying to get a line break in between each

[jQuery] search text, find urls and list

2007-07-16 Thread Hugh Hayes
Hi All- This is a newbie designer question. I think jquery's great and I'm trying to find more uses for it. I've got this- $(#content a).not([EMAIL PROTECTED]'mysite.com/']).clone().appendTo(#content); I was trying to get a line break in between each link but couldn't and I was hoping

[jQuery] radio button value into div

2007-06-19 Thread Hugh Hayes
I have a quiz script, it's long so I'm showing and hiding the fieldsets. I'd like to give the visitor an indication that they have or have not answered a question. Displaying the value of the radio button for that question would be good, a small image would work. The code looks like: