Hi Massimo, > if(jQuery('#no_table_educ_updt').attr('checked')) > > perhaps this help?
No, the code didn't help. I tried the code below posted in Scribd thinking that it works out of the box and tweaked a lot on it to solve the problem. I am quiet new to jQuery, googled and did reading on executing sample tutorials. Unfortunately, found out it takes more than that. I am not sure if this is an issue of Web2py, jQuery or Firefox or just plain typographical error in the Web2py manual posted in Scrib. If this is an typographical error then it would be nice to post an errata on this 'cuz this is misleading users. However, if there is any mistake i made in copying the code which i verified more than 10 times, kindly point out. Thanks again for your help. ed > > <script> > > jQuery(document).ready(function(){ > > jQuery('#no_table_usceduc_updt_row').hide(); > > jQuery('#no_table_educ_updt').change(function(){ > > if(jQuery('#no_table_educ_updt').attr('checked')) > > jQuery('#no_table_usceduc_updt_row').show(); > > else jQuery('#no_table_usceduc_updt_row').hide();});}); > > > </script> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---