$('#attachment-uuids').val(function(i,val) {
return val + (!val ? '' : ', ') + '66666';
});
as of 3/4/2014 :)
http://stackoverflow.com/questions/4339 ... mited-list
Comments
Comments are not available for this entry.
$('#attachment-uuids').val(function(i,val) {
return val + (!val ? '' : ', ') + '66666';
});