Return to Snippet

Revision: 33873
at October 14, 2010 16:55 by Sullan


Initial Code
jQuery('#componentFamily').prepend(jQuery("<option></option>").attr("value",-2).attr("selected","selected").text('Select SKU Family'));

Initial URL

                                

Initial Description

                                

Initial Title
Appending value to Select Option

Initial Tags
jquery

Initial Language
jQuery