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 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 for your tree:
>
>function rebuildTree(tree) {
> // ...
>}
>
>$.ajax({
> type: 'GET',
> url: 'getTree.php',
> dataType: "json",
> success: rebuildTree
>});
>
>Christof
>
>_______________________________________________
>jQuery mailing list
>[email protected]
>http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/