Using custom jquery in mojo portal

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.
1/17/2013 3:49:51 AM
Gravatar
Total Posts 4

Using custom jquery in mojo portal

Hi i need to use my custom jquery plugin for slideshow( easyslider or galleriffic plug in for example). How i do for include my code in right mode in mojo portal? can we help me illustrate any step for do this in right mode. thank you.

1/18/2013 11:39:47 AM
Gravatar
Total Posts 18439

Re: Using custom jquery in mojo portal

You can either link the extra javascript into the layout.master file of your skin or in some cases you can embed it in the html view of the editor in the html content feature. Follow the instructions and examples of whatever plugin you are using except don't add the main jquery or jqueryui javascript since those are already included by mojoPortal.

If you can't get it working in the hmtl content feature you could implement a custom feature and add the extra javascript from server side code.

Hope that helps,

Joe

1/21/2013 3:05:18 AM
Gravatar
Total Posts 4

Re: Using custom jquery in mojo portal

​Thank you for you response. 

i read that i create an user control that i insert into layout master,but i don't understand more, the posts are confusion; can you please explain me only step for include jquery correctly?in witch folder i add the my script and how write in file usercontrol and layout. in orther i try to use the control menù of jquery ui inserted in html content,  without add script jquery ui but not view the control right.  i can add the other control of jqueryUi?

I thank you in advance, look reply!

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