¡@

Home 

2014/10/16 ¤W¤È 12:09:58

jquery Programming Glossary: useradminpage

How to hide a row of table (or a list item) and update the datastore without reloading the page?

http://stackoverflow.com/questions/7669256/how-to-hide-a-row-of-table-or-a-list-item-and-update-the-datastore-without-rel

int main_id k.display False k.put self.redirect useradminpage query Main.all query.filter owner user query.filter display.. a href edit main_id s span class small edit span a a href useradminpage main_id s display false span class small hide span a a href.. a href edit main_id s span class small edit span a a href useradminpage main_id s display false onclick this.parentNode.style.display..

How to update database with jQuery without refreshing the page?

http://stackoverflow.com/questions/7696540/how-to-update-database-with-jquery-without-refreshing-the-page

item.key .id ... tr class hide ... a class false href useradminpage main_id s display false span class small hide span a ... td.. a.false .click function ajax server call .ajax url useradminpage main_id s display false success function data do some stuff... ajax server call alert 3 ajax server call .ajax url useradminpage main_id s display false success function data do some stuff...

How to hide a row of table (or a list item) and update the datastore without reloading the page?

http://stackoverflow.com/questions/7669256/how-to-hide-a-row-of-table-or-a-list-item-and-update-the-datastore-without-rel

links th th edit tags th tr if display false k Main.get_by_id int main_id k.display False k.put self.redirect useradminpage query Main.all query.filter owner user query.filter display True query.order date cursor self.request.get cursor if cursor.. s a span class small s span br span class small s span a href edit main_id s span class small edit span a a href useradminpage main_id s display false span class small hide span a a href comment main_id s span class small comments span a td a href.. s a span class small s span br span class small s span a href edit main_id s span class small edit span a a href useradminpage main_id s display false onclick this.parentNode.style.display none span class small hide span a a href comment main_id s..

How to update database with jQuery without refreshing the page?

http://stackoverflow.com/questions/7696540/how-to-update-database-with-jquery-without-refreshing-the-page

this is the html where the hide link is for item in e main_id item.key .id ... tr class hide ... a class false href useradminpage main_id s display false span class small hide span a ... td tr ... Thanks Update This is what I tried according to Paul's.. function e this .closest tr.hide .hide slow e.preventDefault a.false .click function ajax server call .ajax url useradminpage main_id s display false success function data do some stuff. display_false alert 'returned' Update I put alerts to see.. e.preventDefault alert 2 row is hidden a.false .click function ajax server call alert 3 ajax server call .ajax url useradminpage main_id s display false success function data do some stuff. display_false alert 4 returned Update This is the part of..