Filatov Dmitry
                                            Filatov Dmitry
                                        
                                    Да, `pointerclick` перестал работать в тачах на неинтерактивных элементах. Будем чинить.

@tadatuta Can you do perfomance test on a big dom tree with `i-bem` class and appropriate data attribute?
Arrays have special meaning in jspath, they are treated as nodesets. So when `.categories..` is applied, result will be `['apple', 'apple.jpg', 'pear', 'pear.jpg', 'keyboard','keyboard.jpg', 'mouse', 'mouse.jpg']`. There is no way...
Admittedly I don't like this idea. Either BEM or not )
There's no "siblings" concept in jspath. Could you provide a real example where you need to select something depending on siblings? Maybe it can be done via something else.
Sorry, currently it's impossible to point to the siblings. Btw, do you want to select such items or just ensure?
There's no "parent" selector as well, as json unlike xml has no parents' relations.
> I think that json has parents relations in the same way xml does Actually, it doesn't.
Could you provide an example with data, query and result you want to get?