[jQuery] add link to leave in treeview async?

2009-06-25 Thread Kasper
How do i add a link to the leaves using treeview async? I'm feeding it json encoded arrays like array('text' = hello, 'id' = 1) and i'd like to add a 'url' = '/test.php' for example but i can't figure out how to do this? Is this possible? Thank you in advance

[jQuery] .ajax doesn't execute success handler in IE7

2009-03-03 Thread Kasper
I swear, I didn't change a thing when moving my site from my production work station to our server, but then, my IE 7 doesn't execute the $.ajax success handler all of a sudden? What the deuce? Something as simple as this: Code: function logOff() { $.ajax({ type: POST, url: /logoff.asp,