Implementing functions in web2py application using jQuery

0

Hello. I do not know if it is the correct term, but I have an application made using web2py as a framework. I know absolutely nothing about jQuery but the home page of the site I created is taking a long time to load and I wanted to try using that infinite scroll function and all the text I see around it uses jQuery. So I'm willing to learn the basics in order to understand the snippets that make this function possible.

I would like to know if I would have to learn just jQuery or need to learn some other language to implement infinite scroll in the application - I ask this because whenever I see something about jQuery, sometime Ajax appears together - and if it is quiet and intuitive, once learned the necessary, to leave everything working in an already existing application.

Thank you very much.

    
asked by anonymous 04.07.2014 / 20:21

1 answer

0

The answer must come from yourself. And the question to ask is:

  

I want to understand the code that runs on my page?

  • Yes!

So learning and using a library like jQuery or MooTools is a good idea because it saves a lot of code. Accelerates the writing of a code that does this functionality.

  • No!

Pay someone to do it for themselves.

04.07.2014 / 20:27