i want to add a filed called "photo 360" , and all i want to do is automaticali insert some html code if i choose yes from selected list and if i choose no or null this field isn't displayed

example:

return array(
'no' => t('No'),
'yes' => t('Yes'),
);

but i want put ther html div and java script

how can I do this