ハイパーリンクにtitle属性を

| コメント(0) | トラックバック(0)

エントリーの投稿画面からハイパーリンクを追加する際、aタグにtitle属性を追加したい。
mt.jsの163行目を以下のように修正する。


setSelection(e, '<a href="' + my_link + '" title=">' + str + '</a>');
setSelection(e, '<a href="' + my_link + '" title="' + str + '">' + str + '</a>');

これでOK。

アーカイブ

Books


Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in /home/senmasa/smarty/libs/sysplugins/smarty_internal_template.php on line 719

Link