要素を 1 行または 2 行に結合して、この jquery コードを記述するためのより良い方法はありますか?
jQuery('#pinfo').attr('href', 'mailto:roaming@domain.com' );
jQuery('#pinfo').attr('class','pullup');
jQuery('#prelated').attr('href', 'mailto:roaming@domain.com' );
jQuery('#prelated').attr('class','pullup');