如何在下面代码中使用的jsp代码中使用breadcrumbs ...请帮帮我

时间:2013-12-20 06:02:31

标签: javascript jquery ajax jsp

请帮助我如何在这些超链接中使用面包屑,以便它们显示跟踪器

String cat_code= fetch.getCat_code(); %>
<% if(P_list!=null && P_list.size()>0) { for(int i=0;i
    <P_list.size();i++) { b=( Bean)P_list.get(i); %>
        <tr>
            <td><a href="javascript:getSubCategory('<%=b.getCat_code() %>') "><%=b.getCat_parent(%></a>
            </td>
            <td><a href="javascript:getSubCategory('<%=b.getCat_code() %>')"><%=b.getCat_name() %></a>
            </td>
            <td><a href="javascript:getSubCategory('<%=b.getCat_code() %>')"><%=b.getCat_code() %></a>
            </td>

我们获得了所有父母的超链接。他们的孩子。

1 个答案:

答案 0 :(得分:0)

正如你在jquery中提到的一样,我建议你使用jquery breadcrumb插件,比如 http://www.comparenetworks.com/developers/jqueryplugins/jbreadcrumb.html