Hi guys,

How to manipulate elements in the polymer?

Example:

<dom-module id="my-element" >
    <template>
        <iron-ajax auto url="test.json" handle-as="json" 
last-response="{{data}}"></iron-ajax>

        <p>...</span></p>

    </template>
</dom-module>

<script>
    Polymer({
        is: "my-element",
    });
</script>

<my-element></my-element>

I'd like to handle this element * <my-element></my-element> *via DOM. But 
Firefox is not working, do not find the element. In Google Chrome works 
perfectly.


Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/e708e878-495b-46e7-80f8-5e0c2fc787cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to