It has the form of:
condition?value-if-true:value-if-false
My code
$('#youselect').html('text (stuffvar ? 'Yes and how paste here a myid.prop('checked'); value?' : 'No') text');
Got unexpected string error with '+myid.prop('checked');+' .
Thanks!