I need a script in Jquery for select a sub-menu in another special javascript menu.Every sub-menu there are new content,and for this that I would like make an automatic switcher. Naturally in that page (Of the menu) there are some scripts embed:
functions.js -> link text
util.js -> link text
JSONREQUEST.js -> link text
ca开发者_如何学Pythontegory.js -> link text
I think that solution is in category.js, because there's a function named updatepage()
P.S: I can use also the 'function' of browser, javascript: "SCRIPT FOR SWITCH";
Images below:
Its seems actually similar to pagination using jquery/php/mysql.
i am considering it to be like jquery/php/mysql,
Procedure
When you click the number, it try to pull data from db using php and send it back to javascript. javascript will load the content on fixed area asynchronously. every thing number change produce called again.
here are some quick tutorials
- Pagination with jQuery, MySQL and PHP.
- How To Create A Simple Pagination System Using jQuery, PHP and mySQL
- Ajax Pagination With Jquery,PHP,Mysql
精彩评论