[web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread mdipierro
which browser? I never heard of this issue before. On Feb 15, 6:50 am, Throngly ad...@throngly.com wrote: I have an issue with the jquery datepicker calendar pop-up that's built into web2py. Basically it appears OK when I click in the date edit box and I can navigate it fine too, but when I

Re: [web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread Thadeus Burgess
Try installing firebug and seeing if anything is logging to the console that could be causing the issue ? -Thadeus On Mon, Feb 15, 2010 at 9:22 AM, mdipierro mdipie...@cs.depaul.edu wrote: which browser? I never heard of this issue before. On Feb 15, 6:50 am, Throngly ad...@throngly.com

[web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread Throngly
It's Firefox 3.5 running on Ubuntu 9.10 On Feb 15, 3:22 pm, mdipierro mdipie...@cs.depaul.edu wrote: which browser? I never heard of this issue before. On Feb 15, 6:50 am, Throngly ad...@throngly.com wrote: I have an issue with the jquery datepicker calendar pop-up that's built into

[web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread Throngly
Yes, I've been running firebug and could see nothing untoward. I have read that mistakenly having two copies of jquery running can have strange side effects. Is there any way that could happen under web2py? On Feb 15, 3:29 pm, Thadeus Burgess thade...@thadeusb.com wrote: Try installing firebug

Re: [web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread Thadeus Burgess
One of two things could be happening. If you put your own version of jquery and did not comment out web2py's version, then yes that will cause problems. Also I have noticed that jquery included in web2py is older, so sometimes certain jquery plugins will break things. -Thadeus On Mon, Feb

[web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread mdipierro
web2py includes: jQuery JavaScript Library v1.4.1 the latet. On Feb 15, 9:52 am, Thadeus Burgess thade...@thadeusb.com wrote: One of two things could be happening. If you put your own version of jquery and did not comment out web2py's version, then yes that will cause problems. Also I have

Re: [web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread Jonathan Lundell
On Feb 15, 2010, at 8:13 AM, mdipierro wrote: web2py includes: jQuery JavaScript Library v1.4.1 the latet. In my non-web2py applications, I've been picking jQuery up from the Google ajax site. Much faster than my servers. On Feb 15, 9:52 am, Thadeus Burgess thade...@thadeusb.com wrote:

[web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread Throngly
Problem solved! After experimenting with different CSS layouts I was accidentally including jquery.js in both the head and body. Everything working correctly now. Many thanks for the suggestions. On Feb 15, 3:52 pm, Thadeus Burgess thade...@thadeusb.com wrote: One of two things could be

[web2py] Re: Issue with jquery datepicker calendar not returning the date

2010-02-15 Thread Throngly
Problem solved! After experimenting with different CSS layouts I was accidentally including jquery.js in both the head and body. Everything working correctly now. Many thanks for the suggestions. On Feb 15, 3:52 pm, Thadeus Burgess thade...@thadeusb.com wrote: One of two things could be