Hi,
To get data of a row you need to use id of that row.

var row_data = $('#row_id').html();

To insert into your your form textarea
Again you need to use id of that textarea.
like :
$('#textarea_Id').html('Some string value you can pass here '+row_data);

Hope you will solve your problem & hope I am on same scenario.

Cheers :)



On Sat, May 16, 2009 at 7:09 AM, Chass <devilcha...@gmail.com> wrote:

>
> Hi, first sorry for my english, but I'm speak spanish.
> my problem is that I don't know how get a data of a row and passing
> the result to a textbox located in my form
> for example :
> textbox.Text=(result);
> If somebody can help me.. thanks
> p.d: I use this jquery plug-in
> http://rikrikrik.com/jquery/quicksearch/#download
>



-- 
---| Regard |---

Mohd.Tareque

Reply via email to