I am using textarea HTML formatting.
My HTML is:
<textarea type="text" name="description" id="description" value="description" rows="3"></textarea>
<div class="label-style">Description</div>
My textarea looks like this:

I have attached formatting with textarea id. id="description"
I also need to use on JavaScript file called jquery.min.js
This JavaScript also says it uses:
- Includes Sizzle.js
- http://sizzlejs.com/
The JavaScript file is: http://jsfiddle.net/cQbvN/
But when I use this class, it applies some class on my textarea and it looks like this:

I also tried to remove all CSS but nothing happens.
How to get textarea formatting buttons again back?
I think that you are making some confusion with what you are loading, i suppose you are using a jQuery plugin to transform the textarea into a html WYSIWYG editor, remember that you must load jQuery before the plugin