About: In this example we will see how to limit number of characters to be entered in a HTML textarea. To know more about textarea tag, click here.
Pre-requisites:
Knowledge of HTML
Knowledge of JQuery
Introduction: So many times in our application we have to use comment textbox or textarea. In this comment textbox, user can add their comments/views/feedback.
What if we would like to have limited number of characters that users can add in them? For that purpose we can use JQuery...
Friday, January 10, 2014
Thursday, January 9, 2014
Convert Image To Bytes and Read It Via JQuery
Convert Image To Bytes and Read It Via JQuery
Today, I got a requirement to work on a task on how to convert an image (can be in any format i.e. png, jpg etc.) to array of bytes and then read that image via JQuery.
After some mind exercise, I finally found the solution and wanted to share with you so that you can save much of your precious time in case you don't know how to achieve it.
Note: There can be lots of ways to achieve it but I found this way as the easiest.
Here...
Subscribe to:
Posts (Atom)