/ Published in: jQuery
Expand |
Embed | Plain Text
jQuery('#componentFamily').prepend(jQuery("<option></option>").attr("value",-2).attr("selected","selected").text('Select SKU Family'));
You need to login to post a comment.
Sullan on 10/14/10
1 person have marked this snippet as a favorite
jQuery('#componentFamily').prepend(jQuery("<option></option>").attr("value",-2).attr("selected","selected").text('Select SKU Family'));
You need to login to post a comment.