tags:

views:

52

answers:

3

I have wrote a very simple php upload. But I want to insert image in text area with "click". I want to do this with jquery.

alt text alt text

Is there any jquery plugin for do this? (or an application for upload like in stackoverflow)? Thanks in advance

+1  A: 

Look up TinyMCE - it's not part of jQuery, but, it's a JS library that gives you a WYSIWYG editor with image control.

pp19dd
+1  A: 

Try CKEditor, it's even working with jQuery too.

fabrik
+1  A: 

Check http://elrte.org/. It's a jQuery WYSIWYG editor with files manager.

Piotr Pankowski
Thanks! I know elrte, Its awesome, but I want to learn about making such applications.
phpExe