Use infinite scrolling jquery plugin 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/7/2014 1:52:00 AM
Gravatar
Total Posts 18

Use infinite scrolling jquery plugin in mojo portal

Hi Joe,

I am using Infinite scrolling plugin in mojo portal content page. But it not working.

I have to create image/content loading (when scrolling) functionality same as facebook.com or mintra.com.

So, Can u give me any suggestion for that.

 

Thanks,

Prafull

 

 

1/7/2014 4:09:22 AM
Gravatar
Total Posts 18

Re: Use infinite scrolling jquery plugin in mojo portal

Hi Joe,

I'll have single page in my site and I want to have infinite scrolling on that page. Functionality similar to facebook.com and myntra.com.

I tried to use couple of free jquery controls like jQuery ScrollPagination, scrollpane etc. but it didn't work. So want to confirm if infinite scrolling in possible using mojoPortal or not?

1/7/2014 6:50:29 AM
Gravatar
Total Posts 18439

Re: Use infinite scrolling jquery plugin in mojo portal

if you think mojoportal can prevent such a thing then you really don't know what you are doing. mojoportal just delivers html css and javascript to the web browser, javascript can do whatever it can do running in the web browser. you just need to write some kind of web service to deliver results to the javascript and write javascript that talks to the web service to do what you want.

anything that is possible with html css and javascript is possible with mojoportal.

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