[web2py] JQuery Issue in Web2py: JQuery programs dont seem to work

2013-09-16 Thread Horace Cunningham
I am having this strange issue in web2py where Jquery applications such as the datepicker does not work. The Jquery file is present but nothing works. I have tried replacing the Jquery file, commenting it out and adding another from the Jquery CDN, but nothing works. Any suggestions? -- Resou

[web2py] JQuery Issue

2013-06-26 Thread Tom Russell
I cannot seem to get some jquery code to work right and not sure why. Basically when I click a checkbox I want another field to appear below that one. This is my form code: @auth.requires_login() def register_patient(): mark_not_empty(db.patient) mark_not_empty(db.emergencycontacts) m