[web2py] Re: Reddit Clone Week 3 video jQuery error

2013-12-14 Thread Niphlod
a ] is missing the selector is $('[something]') while you're instead using $('[something') On Saturday, December 14, 2013 6:27:56 AM UTC+1, Doug Hauenstein wrote: Massimo, My syntax appears to be identical to yours but.. Firebug is telling me I have a syntax error as follows. Error: Syntax

[web2py] Re: Reddit Clone Week 3 video jQuery error

2013-12-14 Thread Massimo Di Pierro
Sure the ] is also missing in the video. I will post my code asap. I am cleaning up house. On Saturday, 14 December 2013 02:54:51 UTC-6, Niphlod wrote: a ] is missing the selector is $('[something]') while you're instead using $('[something') On Saturday, December 14, 2013 6:27:56 AM UTC+1,

Re: [web2py] Re: Reddit Clone Week 3 video jQuery error

2013-12-14 Thread Doug Hauenstein
Thank you very much. I will watch for it in this group. Doug On 12/14/2013 12:35 PM, Massimo Di Pierro wrote: Sure the ] is also missing in the video. I will post my code asap. I am cleaning up house. On Saturday, 14 December 2013 02:54:51 UTC-6, Niphlod wrote: a ] is missing the

Re: [web2py] Re: Reddit Clone Week 3 video jQuery error

2013-12-14 Thread Doug Hauenstein
Thank you for your help. Doug On 12/14/2013 03:54 AM, Niphlod wrote: a ] is missing the selector is $('[something]') while you're instead using $('[something') On Saturday, December 14, 2013 6:27:56 AM UTC+1, Doug Hauenstein wrote: Massimo, My syntax appears to be identical to yours

[web2py] Re: Reddit Clone Week 3 video jQuery error

2013-12-13 Thread Massimo Di Pierro
JQuery should be jQuery On Friday, 13 December 2013 15:30:06 UTC-6, Doug Hauenstein wrote: I am following the week 3 video and trying to learn by doing so I am trying to duplicate the application as presented in the video. Do I have to initialize jQuery or do I have a syntax error???

[web2py] Re: Reddit Clone Week 3 video jQuery error

2013-12-13 Thread Doug Hauenstein
Syntax! Thank you! On Friday, December 13, 2013 8:38:24 PM UTC-5, Massimo Di Pierro wrote: JQuery should be jQuery On Friday, 13 December 2013 15:30:06 UTC-6, Doug Hauenstein wrote: I am following the week 3 video and trying to learn by doing so I am trying to duplicate the application as