Dave Troxel
Posts: 0
Joined: Fri May 09, 2014 1:07 pm

Dev Console errors, what DO they mean?

I truly don't know what to do about these or how they may be effecting my page load, much less its overall functionality. Please help.

17:09:22.346 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery.js:3257
17:09:38.127 SyntaxError: unterminated regular expression literal Pharmacies.html:446
17:09:38.245 Empty string passed to getElementById(). jquery.mobile-1.4.0.js:14607
17:09:38.291 Use of getAttributeNode() is deprecated. Use getAttribute() instead. jquery-1.9.1.js:6208
17:09:38.291 Use of attributes' specified attribute is deprecated. It always returns true. jquery-1.9.1.js:6209
17:09:38.386 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery-1.9.1.js:3

Kapow36
Posts: 0
Joined: Thu May 23, 2013 4:07 pm

Dev Console errors, what DO they mean?

the depreciated ones you can ignore, the errors have javascript and html lines that they are pointing to, can you post these?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Dev Console errors, what DO they mean?

Hi Dave.

precode
17:09:22.346 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery.js:3257
/code/pre

  • don't care about it.

    precode
    17:09:38.127 SyntaxError: unterminated regular expression literal Pharmacies.html:446
    /code/pre

  • you have some JS custom code. With some regEx on your "Pharmacies" page. Perhaps you have forgot to end this regEx with "/"?

    precode
    17:09:38.245 Empty string passed to getElementById(). jquery.mobile-1.4.0.js:14607
    /code/pre

  • can not to tell you exactly about this warning. (but i guess it's not realy important).

    precode
    17:09:38.291 Use of getAttributeNode() is deprecated. Use getAttribute() instead. jquery-1.9.1.js:6208
    17:09:38.291 Use of attributes' specified attribute is deprecated. It always returns true. jquery-1.9.1.js:6209
    17:09:38.386 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery-1.9.1.js:3
    /code/pre

  • these three warnings is not important. Don't care about it.

    So i see you have one error. Try to find it (look in for regExp you have entered manualy by JS code).

    If you could not to find please provide us public link and step we have to do to see this error. We will take a look in this case.

    Regards.

Return to “Issues”