You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
27.html:306 Uncaught ReferenceError: skuKeys is not defined
at HTMLDocument. (27.html:306)
at c (jquery-1.10.2.min.js:4)
at Object.fireWith [as resolveWith] (jquery-1.10.2.min.js:4)
at Function.ready (jquery-1.10.2.min.js:4)
at HTMLDocument.q (jquery-1.10.2.min.js:4)
27.html:306 Uncaught ReferenceError: skuKeys is not defined
at HTMLDocument. (27.html:306)
at c (jquery-1.10.2.min.js:4)
at Object.fireWith [as resolveWith] (jquery-1.10.2.min.js:4)
at Function.ready (jquery-1.10.2.min.js:4)
at HTMLDocument.q (jquery-1.10.2.min.js:4)
299$this = $ (this);
300 $('.spec-table-tbody').on('change', '.spec-input', function () {
301 var
302 var key = $this.attr('name');
303 specInputValues[key] = $this.val();
304 });
305
306 $.each(skuKeys, function (i, specKey) {
307 console.log(specKey);
308 $.each(specKey.split(';'), function (i, key) {
309 console.log(key);
310 console.log($('#checkbox-attr-' + key.replace(':', '-')).length);
311 $('#checkbox-attr-' + key.replace(':', '-')).prop('checked', true);
312 });
313 });
The text was updated successfully, but these errors were encountered: