Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果这就是你想要做的,我想说你只需要改变这一行:
obj.append('<a href="javascript:;" id="randomizer"><em>' + randomEle );
用这条线:
obj.append('<img src="/images/masterpage-template/click-to-view-the-next-client-feedback" id="randomizer" />');
该.click()功能将以相同的方式工作,因此您应该一切顺利。
.click()