24Kt Handcast Gold Plated & Genuine White Turquoise
Designer: Susan Shaw
Made in the USA
SKU: 2576W
jQuery('#options a').click(function() {
var optionValue = jQuery(this).attr('title'); // what have I just clicked on?
jQuery('select.single-option-selector:contains(' + optionValue + ')').val(optionValue).trigger('change');
return false;
});