I defined a component with polymer like this:
CONTENT
Use something like this:
jQuery.fn.extend({ shadowRoot: function() { return $(this.get(0).shadowRoot); }, });
and call:
$("my-element").shadowRoot());