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/