Object doesn't support this property or method

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/30/2009 3:41:52 PM
Gravatar
Total Posts 8

Object doesn't support this property or method

I seem to be getting this js error, only in IE (8).  Don't seem to get it in Firefox or Chrome.

Line 185:

<script> $('a.cluetiplink').cluetip({attribute:'href', topOffset:25, leftOffset:25}); </script><script>

I have tried a few different skins but doesn't seem to make a difference.

Suggestions?

Thx.

 

11/1/2009 6:55:37 AM
Gravatar
Total Posts 18439

Re: Object doesn't support this property or method

Hi,

If you view the source of the rendered page do you see the script for cluetip?

<script src="/ClientScript/jqmojo/jquery.cluetip.js" type="text/javascript"></script>

If you upgraded from an older version of mojoPortal, you may need to add

<portal:ScriptLoader id="ScriptLoader1" runat="server" />

into the <head></head> section in the layout.master file of your skins.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.