答案 0 :(得分:1)
要开始使用Polymer元素,您需要在使用前将主Polymer文件导入index.html并包含$('#editTable').one('click', function () {
$('td').each(function () {
var html = $(this).html();
var input = $('<input type="text" />');
input.val(html);
$(this).html(input);
});
});
:
paper-button
还包括用于浏览器支持的polyfills <link rel="import" href="Your Path/polymer-starter-kit/bower_components/polymer/polymer.html">
:
webcomponents.js