I'm having this same problem with jQuery expecting a .getAttribute on a 
node.  It's failing when it's checking for other click handlers (before it 
gets to mine).  Here's the stack trace from clicking a div inside a 
polymer-element with an on-click handler:

Sizzle.attr(elem=Document { impl=document, treeScope_={...}, 
documentElement=GeneratedWrapper, more...}) jquery.js (line 1707)
Sizzle.selectors.filter.ATTR/<(elem=Document { impl=document, treeScope_={...}, 
documentElement=GeneratedWrapper, more...}, context=Document 1261204759648, 
xml=false) jquery.js (line 1900)
elementMatcher/<(seed=[Document { impl=document, treeScope_={...}, 
documentElement=GeneratedWrapper, more...}], context=Document 1261204759648, 
xml=false, results=[], expandContext=false) jquery.js (line 2395)
matcherFromGroupMatchers/superMatcher() jquery.js (line 2602)
select() jquery.js (line 2769)
Sizzle() jquery.js (line 1154)
jQuery.event.handlers() jquery.js (line 4721)
jQuery.event.dispatch() jquery.js (line 4658)
jQuery.event.add/elemData.handle() jquery.js (line 4360)
invoke() events.js (line 404)
dispatchBubbling() events.js (line 323)
dispatchEvent() events.js (line 287)
dispatchOriginalEvent()

I have included platform.js first, then jQuery 2.0.3, then Bootstrap 3.0.3. 
 I put an issue with more details 
at https://github.com/Polymer/polymer/issues/625

Kimberly

On Tuesday, July 8, 2014 9:17:54 AM UTC-7, [email protected] wrote:
>
> Has there been any resolution to this issue? I'm running into a similar 
> issue when using Polymer with jQuery and Foundation 5.
>
> Once I include platform.js above all scripts in <head> all my Foundation 
> components stop working. I also get the following error in Safari (Version 
> 6.1.4 (8537.76.4)) when I click anywhere on the page:
>
> TypeError: 'undefined' is not a function (evaluating 'elem.getAttribute( name 
> )')
>
> I have this issue logged on the Platform Github issues page 
> <https://github.com/Polymer/platform/issues/69> with more info on the 
> issue but haven't heard any response back yet.
>
>
> On Tuesday, October 22, 2013 3:38:23 AM UTC-7, Sean Lee wrote:
>>
>> I was using polymer with jquery, but it seems that the $ is causing some 
>> problem. 
>>
>> I keep getting 
>>
>> TypeError: Object #<Object> has no method 'getAttribute'
>>
>> when I click anywhere in the page.
>>
>> Anyone have experience using these two together? 
>>
>

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/072759d4-abb3-4400-b08b-5362b14f64cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to