Read more links AJAX or no AJAX

I am making my own blog(no platform used as Wordpress for example)…and I want to add read more links to the posts so the user can see the expanded form of them along with a form that adds comments.

I want your advise on this…do you think this link should trigger an ajax call(that will load the content) or not?

In the most well-known sites I know an ajax call is not used.something that makes me wonder why this is the case.

I just want to hear what do you have to say about it.

Usually when you click on a Read more link, the full version of the post shows up on a new page, so I really don’t see why there is any need for Ajax here.

ok,thanks for the help.

I must ask also something else very relevant.Do you think the sane applies for pagination cause I have used ajax in it(in clicking the page links).

Is there anything wrong you think in using ajax in it…?

I wouldn’t say there is anything wrong in using it, but I consider it an enhancement so I would ask myself first if it is really necessary in terms of making the user’s experience better.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.