dragonfly
dragonfly

Reputation: 3227

jQuery plugins for blog posts

I can use a page or multiple pages to display user's info with their most recent post. Any ideas on how to approach this? Are there any jQuery plugins available for this?

This was a question asked in an interview. I thought of using login screen, so that I'll know the user and get his info from the cookie. But I've been also asked to use jQuery plugin in someway..But I didn't know how to approach it.. Suggestions please

Upvotes: 0

Views: 109

Answers (1)

typeof
typeof

Reputation: 5912

Blogging software lives server-side, so anything that you do client-side (jQuery) would have to depend on the blog software's AJAX capability.

Upvotes: 1

Related Questions