$(".select-text-box-list-ul-button").click(function(e){ document.execCommand('insertOrderedList',false,YaziyiSec()); }); function YaziyiSec(){ if (window.getSelection) { return window.getSelection(); } else if (document.selection) { return document.selection.createRange(); } return ''; }
Şu an için Google Chrome, Edge ve Firefox'ta çalışıyor. Ancak sadece çalışmayan kısmı "insertOrderedList" ve "insertUnorderedList".