dsf6778 2012-03-16 14:58
浏览 29

HTML / Javascript子菜单?

This image illustrates best what i want: submenu

I have a standard HTML page which is interacting with a mysql database. One of of my pages, i want to have sub menus which load info ajaxly based on a tab (not refreshing the whole page). I don't want to reinvent the wheel...as this has been done so many times before. Any ideas?

Thx

  • 写回答

1条回答 默认 最新

  • duanlvxing7707 2012-03-16 15:03
    关注

    Based on the onClick event of the tabs, use jQuery to make an Ajax call (with get/post arguments) to get the content you need from the server.

    评论

报告相同问题?