[jQuery] Selecting namespaced attributes
Hi all,
I'm trying to select tags with custom namespaced attributes:
<html xmlns:kw="...
...
<div kw:func="someFunc"...
I've tried $('[kw:func]') and $('[kw\\:func]'), but no luck...
Is this a known bug or am I missing something?
Thnx