jQuery UI Multiple Dialogue's
Posted
by J Harley
on Stack Overflow
See other posts from Stack Overflow
or by J Harley
Published on 2010-05-17T09:42:00Z
Indexed on
2010/05/17
10:00 UTC
Read the original article
Hit count: 322
jquery-ui
Hello,
I have a table and for every row I would like to create a dialogue box and a link that can be clicked to launch that dialogue box.
E.g. Name 1 (click to get more details). { these are the details for name 1} Name 2 (click to get more details). { these are the details for name 2}
So I would need a dialogue function that I can pass a custom title and body to... And then call that on the click of a link Click here to launch dialogue
I hope I have made myself clear.
Many Thanks, JPH
© Stack Overflow or respective owner