PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Js Syntax Error on spinner.gif

  1. bluantinoo
    Member

    Hello,
    I don't understand if it's a mistake of mine or ther's a bug. But in js debugger I see this message: http://img534.imageshack.us/img534/2742/errormi.jpg

    here outlined in the source code: http://img4.imageshack.us/img4/4130/errorlong.jpg

    the website is not available because is still under costruction, but if someone wants to have a look at it I can give privately url and credentials to see it.

    Posted 11 years ago on Monday January 7, 2013 | Permalink
  2. We won't be able to help you with just the screenshots. Please send the relevant information to chris@rocketgenius.com and I will take a look.

    Posted 11 years ago on Tuesday January 8, 2013 | Permalink
  3. bluantinoo
    Member

    Update: I've deactivated all plugins but still the error is there.

    Update2: the error does not shows if ajax is disabled

    Posted 11 years ago on Tuesday January 8, 2013 | Permalink
  4. Have you tried it with one of the default themes, Twenty Ten or Twenty Eleven?

    Posted 11 years ago on Tuesday January 8, 2013 | Permalink
  5. I received your login details and took a look at the site.

    It appears we are talking about the sidebar form, the button which says "Invia la Richiesta"? I submitted that form and it appears the form is not using AJAX any longer? I do not see a JavaScript error.

    Posted 11 years ago on Wednesday January 9, 2013 | Permalink
  6. bluantinoo
    Member

    Hi Chris,
    yes the contact is the purple one on the right and the submit is "invia la RIchiesta".

    Right now the form is no more using Ajax because like that it does no errors.

    I switched back to ajax=true if you want to have a look. The error happens as the document is loaded, not after clicking the submit

    Posted 11 years ago on Wednesday January 9, 2013 | Permalink
  7. I see the error now with AJAX enabled. I don't see any obvious jQuery problems that would be causing this conflict, although there is a lot of jQuery in use on the page.

    I compared to a form on my site with AJAX enabled and I see the following differences around that statement:

    [js]
    /* mine; no error */
    spinner.gif" alt="" />');}} );}
    
    /* yours; error */
    spinner.gif" alt="" />');] );}

    Can you please check for theme and plugin conflicts by following these instructions http://rkt.gs/testing

    Thank you.

    Posted 11 years ago on Wednesday January 9, 2013 | Permalink