I am trying to use multiple returns but just keep breaking the code. I have tried a few examples, but cant find the right combination.
How can I combine these two r
You can return objext ir array containig those two items
$(".bar").popover({ content: function (){ return { status: $(this).data('dataObj').status; timeline: $(this).data('dataObj').timeline; } } });