开发者

Troubleshooting javascript failed [closed]

开发者 https://www.devze.com 2023-04-12 23:51 出处:网络
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 10 years ago.

I have a page: http://concours.quebecskialliance.com/francais.html. It only works in Firefox but not in Safari or Chrome. The button, made with a jQuery .button is not created, which lead me to a JavaScript 开发者_StackOverflowerror, but even with JSLint or Chrome console developers tool I cannot find what's wrong.

Note: to work there should be a big box in the upper right part, full of images


This might just be my average knowledge of jQuery speaking but this with the period seems strange

var tovalidate  = $.('#friend_email_input').val();

shouldn't it be

var tovalidate  = $('#friend_email_input').val();

that's the line that IE's debugger is erroring out over..

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号