Jquery/Javascript gmail style stuff for message inbox, such as select all message using checkbox etc

Posted by Psychonetics on Stack Overflow See other posts from Stack Overflow or by Psychonetics
Published on 2011-01-15T14:17:32Z Indexed on 2011/01/15 14:54 UTC
Read the original article Hit count: 236

Filed under:
|
|
|
|

I am enjoying the fact that I'm here building a private message inbox for my website after building a full user signup/login and activation system when a few months ago I thought I wouldn't have enough patience to learn this stuff.

Anyway to my question. I am currently building the private message inbox for my users and wondering if there are any jquery/javascript stuff I can use to make my inbox more like the gmail inbox.

E.G. Gmail allows you to select all read messages or unread or starred or unstarred or none of the messages using a checkbox. I would like to add this kind of feature to my website and I'm sure the easiest way to achieve this would be using a jquery/javascript script.

I would appreciate if someone could provide some links or info to where I can find several of these types of scripts to use with my inbox page. Thanks

EDIT: Would also like to note that I would like the checkbox to be in a dropdown just like gmails.

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript