HTML, jQuery Suggestion for a List

Posted by AnApprentice on Stack Overflow See other posts from Stack Overflow or by AnApprentice
Published on 2010-12-28T04:33:37Z Indexed on 2010/12/28 4:54 UTC
Read the original article Hit count: 172

Filed under:
|
|

Hello, I'm creating an app that will have a list of messages, each message can be either read or unread. Think GMAIL (though I'm not trying to rebuild that)...

My question is when I output all these messages, I need to list if the message is read or unread, I also need to provide the ability to change the message status, from read to unread. That being said, how do you suggest I stored this? A checkbox, a hidden input value? Any thoughts?

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery