我的jquery-ajax自动完成结果显示了一个项目符号列表.我想删除子弹.我不明白的地方,我需要在jQuery的UI的1.8.21.custom.css(从JQuery的UI网站下载),以改变什么.
任何建议都将受到高度赞赏.
提前致谢.
我正在使用带有blacklight应用程序的rails-3.2.1
我试图在我的link_to标签中调用remote_function.
<%= link_to_document document, :label=>document_show_link_field, :onclick => remote_function(:controller => 'catalog', :action => 'save_user_history') %>
Run Code Online (Sandbox Code Playgroud)
这会产生以下错误
undefined method `remote_function' for #<#<Class:0x2ff0dc0>:0x2f4af38>.
Run Code Online (Sandbox Code Playgroud)
有谁知道为什么?