このコードを単純化する方法はありますか:
var topic_html = obj.$form.find("#select-topic").html();
var topic_val = obj.$form.find("#select-topic").val();
var topic_text = obj.$form.find("#select-topic option:selected").text();
私はそれがかなりきれいであることを知っていますが、3つのインスタンスを回避できる方法はありますか?obj.$form.find.