Goodness, I didn't mean for the answer to shame or humble you! :-) There was nothing wrong with the question, just wanted to show a way to track down the answer.
-Mike > Slightly ashamed. > Very good answer, I'm humbled. Thank you. > > Well, JSON is just a notation. Once you evaluate it, it's > > not JSON any more. It's a JavaScript object. It doesn't > > matter whether the object started out as JSON notation, > > or was built up using other JavaScript code, it works the > > same either way. > > > > Those entries in the object are called properties. So that > > means the question is really, "How do I delete a property > > from a JavaScript object." That leads to a useful search: > > > > > http://www.google.com/search?q=remove+property+from+javascript+object _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
