jQuery surround highlighted text with SPAN

前端 未结 2 1161
滥情空心
滥情空心 2020-12-06 13:08

The following code is supposed to surround the highlighted text in a given Div with a span.

$(document).ready(function(){
    $(\'.format\').click(function()         


        
提交回复
热议问题