我有这个:
<div class="" id="fancy_hover"> <a href="home.html" id="start_writer"></a> <div> <p class="hidden" style="display: block;">click here to see this event with all the bells and whistles</p> </div> </div>
我需要做一个等效的.find()但是对于字符串“click here”而不是节点,我需要将它包装在< a>中.标签.
什么是jquery的最佳方法?