v5 - p. 504

- if(jQuery('#taxpayer_married').attr('checked'))

attr is not being used anymore and this has to change in:
+ if(jQuery('#taxpayer_married').prop('checked'))

in other way it worked with attr adding this line inside the if scope (4fun)
jQuery(this).attr('checked', !jQuery(this).attr('checked'))

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to