[jQuery] Re: Javascript breakout Game

2008-05-23 Thread ontologyonline
I think that ghost block is an unintended glitch :) The only thing I can think of that explains it is that array.splice does not work on removing the last element of an array. But even so, not sure whether I should fix it or keep it there for fun... David Decraene http://ontologyonline.org On 2

[jQuery] Re: navigating complex xml

2008-01-15 Thread ontologyonline
sorry, I was not entirely correct: $('subClassOf Restriction') does give results, but the rest doesn't and I'd like to be more specific with the attributes.

[jQuery] navigating complex xml

2008-01-15 Thread ontologyonline
Hi, I'm currently trying to use JQuery to navigate through OWL (type of xml) files, it works quite well but I do have a problem with traversing : for a fragment like this: 1 the regular syntax seems to use the localName of the node (not namespaced) to fet