我正在尝试将 > 字符插入到 jquery 中的按钮。我需要一个像这样的按钮“继续> ”。
jQuery("#hello").dialog({
buttons: {
Continue>: function() {
jQuery( this ).dialog( "close" );
}
}
});
我尝试了 Continue>:, Continue>: Continue>:,但没有成功。请帮我