I\'m trying to hide elements that start with a specific class name.
I\'ve added this to my code $(\'[class^=webrtc_options_]\').hide(); which doesn\'t se
$(\'[class^=webrtc_options_]\').hide();