passing specific data from a table by jquery ajax
the application simply is dynamic page generate html code with some data within table cells by receiving parameters i could get these pure data by jquery but i find trouble sending 开发者_如何学编程it by ajax to another page(the basic page) to display it in another format
You could try to serialize the table into a json and pass it to the next page where you could recreate the table based on the json. Just a quick idea
精彩评论