Hi Brian,
your approach worked like a charm.
thanks and best regards,
Gordon
On 28 Aug., 18:17, Brian Schilt <[EMAIL PROTECTED]> wrote:
> Would you be able to store the Reference Number in the value attribute
> of the checkbox? That would make things a lot easier.
>
>
> Then you could do some
Would you be able to store the Reference Number in the value attribute
of the checkbox? That would make things a lot easier.
Then you could do something like this?
$(tableID)
.find(':input:checkbox:checked')
.each(function(){
alert('ref number: ' + $(this).val());
});
Brian
On Aug 28
2 matches
Mail list logo