Re: [jQuery] Dynamically removing an inline script block

2007-01-06 Thread Bruce MacKay
Thanks folks for your responses. As usual, I couldn't see the wood for the trees and you were correct Christof, what I really needed to do was to alter the values of a variable. Problem now solved. Thanks again, Bruce At 11:46 a.m. 5/01/2007, you wrote: Hi, I'm seeking help in

[jQuery] Dynamically removing an inline script block

2007-01-04 Thread Bruce MacKay
Hello folks, I'm seeking help in dynamically REMOVING an inline script block within the head tags. My current application involves a case study editor, wherein users add/delete/edit branches to a decision tree. The visual representation of the tree is generated by COOLjsTree

Re: [jQuery] Dynamically removing an inline script block

2007-01-04 Thread Andy Matthews
] www.dealerskins.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce MacKay Sent: Thursday, January 04, 2007 3:33 PM To: discuss@jquery.com Subject: [jQuery] Dynamically removing an inline script block Hello folks, I'm seeking help in dynamically REMOVING an inline

Re: [jQuery] Dynamically removing an inline script block

2007-01-04 Thread Andy Matthews
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Geary Sent: Thursday, January 04, 2007 4:30 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] Dynamically removing an inline script block That would remove all script tags, but it sounds like that won't help. Removing a script tag is just

Re: [jQuery] Dynamically removing an inline script block

2007-01-04 Thread Christof Donat
Hi, I'm seeking help in dynamically REMOVING an inline script block within the head tags. I guess you whant to remove values in a variable. You should not do that by removing script-tags, because that does not remove the variables in it. Send your data as JSON and write a refresh function