JQuery not working in new version(2.3.3.0)

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/21/2009 3:42:41 AM
Gravatar
Total Posts 39

JQuery not working in new version(2.3.3.0)

Hi,

I created a skin for mojo(2.2.7.9). in this version am using jquery its working fine for me.

now am using mojo(2.3.3.0). in this version, same skin am using but its not working(js files) now. is there any other way to register client script in this version ?

Errors are,

1) $ is not defined.
2) $(".news-btn").jCarouselLite is not a function.

Thanks,
Murugan H

12/21/2009 10:08:41 AM
Gravatar
Total Posts 18439

Re: JQuery not working in new version(2.3.3.0)

Make sure you have this in the head section of layout.master file in your skin:

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

The ScriptLoader will include the jquery and jquery ui scripts so you do not have to add them yourself. Since you upgrded from a very old version, you may want to look for other differences in the included skins under /Data/skins and compare to your skin to find new css or new things in layout.master.

Hope it helps,

Joe

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