where is my error

Hello friend,
Please visit the code and find my error.
Thanks

<script>
$(function() {
var hide;
$('input[name="o1"]').on('click', function () {
var that = this;
hide = $(this).val() === 'sell' ? '.buy' ? '.transport' : '.transport' : '.sell' ;
$(hide).fadeOut('slow', function () {
$('.' + $(that).val()).fadeIn('slow');
});
});
});
</script>

from JavaScript http://ift.tt/1Qrd8vd
via IFTTT
Thanks for your comment
Loading...