On Feb 9, 4:54 pm, Pedram <pedram...@gmail.com> wrote:
> Dear folk,
> I want to get the index of the TR and send it to the Function , I
> don't know how to it . this is what I'm trying to do
>
> $("table tr").bind("click",{IndexName:$(this).index(this)},clickFunc)

The DOM 2 HTML TR.rowIndex property should do the job.


--
Rob

Reply via email to