Jump to content

jquery error


Divvy

Recommended Posts

Hello guys, can someone help me please?

 

I have an website and when I click in a specific link to open a window, doesn't work, the window dont open and got this error:

 

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; AskTbMYC-ST/5.11.1.15497; .NET4.0C; .NET4.0E)
Timestamp: Tue, 20 Dec 2011 12:03:35 UTC


Message: Object doesn't support this property or method
Line: 17
Char: 11882
Code: 0
URI: http://www.domain.com/engine/classes/js/jquery.js


Message: Object doesn't support this property or method
Line: 17
Char: 11882
Code: 0
URI: http://www.domain.com/engine/classes/js/jquery.js

 

What could be?

 

This is the jquery.js code:

http://paste2.org/p/1831634

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/253545-jquery-error/
Share on other sites

Thank you for your reply thorpe!

 

I notice that I only have this error when I insert this:

<script type="text/javascript" src="http://enigmaurl.com/js/fp.js.php"></script> 
<script type="text/javascript">
DOMAssistant.DOMReady(function() {
    var _x3 = _x3 || new _nsurls();
    _x3.push(['accountID', '1']);
    _x3.push(['adType', 'int']);
    _x3.push(['allowDomains', ['fileserve.com', 'example.com',]]);
    _x3.run();
});
DOMAssistant.harmonize();
</script>

 

Maybe is a conflict...

Link to comment
https://forums.phpfreaks.com/topic/253545-jquery-error/#findComment-1299703
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.