How to make whole textarea readable on using link..using jquery
Posted
by rockers
on Stack Overflow
See other posts from Stack Overflow
or by rockers
Published on 2010-06-10T16:10:17Z
Indexed on
2010/06/10
16:12 UTC
Read the original article
Hit count: 198
jQuery
I have this code in my view..
<span class="bold">Comment:
<%=Html.TextAreaFor(model => model.Comment, new { })%>
</span>
The comment Field is populating from data base.. the comment is too large text...they are not able to see the entire text on the textarea bec due fixed lengh of the text.. they were asking me to keep the Link beside the Comment Label.. once they click the link they need to see the Entire text what apperas in the textarea in popup bubble?
is this possible using jquery?
please anybody help me out?
thanks
© Stack Overflow or respective owner