通過將元素組合到1行或2行中,是否有更好的方式來編寫此jQuery代碼?在.attr上合併多個元素
jQuery('#pinfo').attr('href', 'mailto:[email protected]' );
jQuery('#pinfo').attr('class','pullup');
jQuery('#prelated').attr('href', 'mailto:[email protected]' );
jQuery('#prelated').attr('class','pullup');
問題要求代碼必須證明正在解決這個問題的一個最小的理解。包括**嘗試的解決方案**,**爲什麼他們沒有工作**,以及預期的結果。 – showdev