这是我的代码:
jQuery("#test").after("<a id='clearall' href='#' onclick='jQuery(this).remove(); jQuery('.clearselection').remove;'><img src='clearselection.gif'></a>");
当我尝试这个时,我得到一个语法错误:
jQuery(this).remove(); jQuery(<---
当我单击链接时,我需要删除链接图像并删除该类 .clearselection 的所有实例。我尝试转义单引号,但这没有用。任何帮助,将不胜感激。