We have some basic tests for jquery + polymer, but nothing too involved.
Can you share a bit more detail about what your setup? Is polymer being loaded before jquery? The opposite order could cause a whole host of issues, as the Shadow Dom polyfill has to modify some DOM APIs like queryselector to work properly.
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 polymer-dev...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
var test = document.querySelector("gr-test");console.log(test);test.aMethod();
Hi, does anyone have a solution?
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 polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/73bf8d3c-5a8b-4b73-81c2-afbc308f0c22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
TypeError: context is null
fragment = context.createDocumentFragment(),
jquery... (line 5015)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 polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/2889ca2c-0480-4dc3-ab18-69d9818d4dda%40googlegroups.com.
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 )')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()