Home
All Products
Search
Pattern Kits
Gift Season - Countdown to the Holidays!
Island Yarn
Needles and Notions
Yarn - Lace
Yarn - Fingering
Yarn - Sport
Yarn - DK
Yarn - Worsted
Yarn - Aran
Yarn - Bulky
Yarn - Super Bulky
Sale Bin
Finished Items
Patterns
Classes
Blog
About us
Log in
Create account
Menu
Cart
Cart
(0)
Log in
Create account
Home
All Products
Search
Pattern Kits
Gift Season - Countdown to the Holidays!
Island Yarn
Needles and Notions
Yarn - Lace
Yarn - Fingering
Yarn - Sport
Yarn - DK
Yarn - Worsted
Yarn - Aran
Yarn - Bulky
Yarn - Super Bulky
Sale Bin
Finished Items
Patterns
Classes
Blog
About us
Log in
Create account
ChiaoGoo Knit Red, Lace Circular Needles
Chiaogoo
$ 11.49
0 / 16" - Sold Out
0 / 24" - $ 11.49 USD
0 / 32" - $ 11.49 USD
0 / 40" - $ 11.49 USD
0 / 47" - Sold Out
1 / 16" - $ 11.49 USD
1 / 24" - Sold Out
1 / 32" - Sold Out
1 / 40" - Sold Out
1 / 47" - $ 11.49 USD
1.5 / 16" - Sold Out
1.5 / 24" - Sold Out
1.5 / 32" - Sold Out
1.5 / 40" - $ 11.49 USD
1.5 / 47" - Sold Out
2 / 16" - Sold Out
2 / 24" - Sold Out
2 / 32" - Sold Out
2 / 40" - Sold Out
2 / 47" - Sold Out
2.5 / 16" - Sold Out
2.5 / 24" - Sold Out
2.5 / 32" - Sold Out
2.5 / 40" - $ 11.49 USD
2.5 / 47" - Sold Out
3 / 16" - Sold Out
3 / 24" - Sold Out
3 / 32" - Sold Out
3 / 40" - $ 11.49 USD
3 / 47" - Sold Out
4 / 16" - Sold Out
4 / 24" - Sold Out
4 / 32" - Sold Out
4 / 40" - Sold Out
4 / 47" - Sold Out
5 / 16" - $ 12.49 USD
5 / 24" - Sold Out
5 / 32" - Sold Out
5 / 40" - Sold Out
5 / 47" - Sold Out
6 / 16" - Sold Out
6 / 24" - Sold Out
6 / 32" - Sold Out
6 / 40" - Sold Out
6 / 47" - Sold Out
7 / 16" - Sold Out
7 / 24" - $ 12.49 USD
7 / 32" - Sold Out
7 / 40" - Sold Out
7 / 47" - Sold Out
8 / 16" - $ 12.49 USD
8 / 24" - $ 12.49 USD
8 / 32" - Sold Out
8 / 40" - Sold Out
8 / 47" - Sold Out
9 / 16" - $ 13.99 USD
9 / 24" - $ 13.99 USD
9 / 32" - Sold Out
9 / 40" - Sold Out
9 / 47" - Sold Out
10 / 16" - Sold Out
10 / 24" - Sold Out
10 / 32" - $ 13.99 USD
10 / 40" - Sold Out
10 / 47" - Sold Out
10.5 / 16" - Sold Out
10.5 / 24" - Sold Out
10.5 / 32" - $ 13.99 USD
10.5 / 40" - $ 13.99 USD
10.5 / 47" - Sold Out
10.75 / 16" - Sold Out
10.75 / 24" - Sold Out
10.75 / 32" - Sold Out
10.75 / 40" - Sold Out
10.75 / 47" - Sold Out
10.85 / 16" - Sold Out
10.85 / 24" - Sold Out
10.85 / 32" - Sold Out
10.85 / 40" - Sold Out
10.85 / 47" - Sold Out
11 / 16" - $ 14.99 USD
11 / 24" - $ 14.99 USD
11 / 32" - $ 14.99 USD
11 / 40" - Sold Out
11 / 47" - Sold Out
13 / 16" - $ 17.49 USD
13 / 24" - Sold Out
13 / 32" - Sold Out
13 / 40" - Sold Out
13 / 47" - Sold Out
15 / 16" - $ 19.99 USD
15 / 24" - Sold Out
15 / 32" - Sold Out
15 / 40" - Sold Out
15 / 47" - Sold Out
17 / 24" - Sold Out
17 / 32" - $ 21.49 USD
17 / 40" - Sold Out
17 / 47" - Sold Out
Quantity
Add to Cart
These fantastic needles are my absolute favorites! A firmer cord that doesn't kink or curl up, nice sharp tips, smooth finish, and a join that is supremely smooth! If this is your kind of needle, try these out! You won't be dissappointed!
Share
0
Tweet
Pin it
0
+1
Related Products
Ball Winders
From $ 39.95
Blocking Supplies
From $ 3.99
Sold Out
Buttons Etc Stitch Markers
$ 18.00
Sold Out
const selectVariantByClickingImage = { // Create variant images from productJson object _createVariantImage: function (product) { const variantImageObject = {}; product.variants.forEach((variant) => { if ( typeof variant.featured_image !== 'undefined' && variant.featured_image !== null ) { const variantImage = variant.featured_image.src .split('?')[0] .replace(/http(s)?:/, ''); variantImageObject[variantImage] = variantImageObject[variantImage] || {}; product.options.forEach((option, index) => { const optionValue = variant.options[index]; const optionKey = `option-${index}`; if ( typeof variantImageObject[variantImage][optionKey] === 'undefined' ) { variantImageObject[variantImage][optionKey] = optionValue; } else { const oldValue = variantImageObject[variantImage][optionKey]; if (oldValue !== null && oldValue !== optionValue) { variantImageObject[variantImage][optionKey] = null; } } }); } }); return variantImageObject; }, _updateVariant: function (event, id, product, variantImages) { const arrImage = event.target.src .split('?')[0] .replace(/http(s)?:/, '') .split('.'); const strExtention = arrImage.pop(); const strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/, ''); const strNewImage = `${arrImage.join('.')}.${strRemaining}.${strExtention}`; if (typeof variantImages[strNewImage] !== 'undefined') { product.variants.forEach((option, index) => { const optionValue = variantImages[strNewImage][`option-${index}`]; if (optionValue !== null && optionValue !== undefined) { const selects = document.querySelectorAll('#'+ id + ' [class*=single-option-selector]'); const options = selects[index].options; for (let option, n = 0; (option = options[n]); n += 1) { if (option.value === optionValue) { selects[index].selectedIndex = n; selects[index].dispatchEvent(new Event('change')); break; } } } }); } }, _selectVariant: function() { const productJson = document.querySelectorAll('[id^=ProductJson-'); if (productJson.length > 0) { productJson.forEach((product) => { const sectionId = product.id.replace("ProductJson-", "shopify-section-"); const thumbnails = document.querySelectorAll('#'+ sectionId + ' img[src*="/products/"]'); if (thumbnails.length > 1) { const productObject = JSON.parse(product.innerHTML); const variantImages = this._createVariantImage(productObject); // need to check variants > 1 if (productObject.variants.length > 1) { thumbnails.forEach((thumbnail) => { thumbnail.addEventListener('click', (e) => this._updateVariant(e, sectionId, productObject, variantImages), ); }); } } }); } }, }; if (document.readyState !== 'loading') { selectVariantByClickingImage._selectVariant(); } else { document.addEventListener( 'DOMContentLoaded', selectVariantByClickingImage._selectVariant(), ); }