views:

97

answers:

0

I want to use multiple dialog boxes for display user profiles. i am selecting some featured users and link up with dialogs .

please let me know how i can initialize them and link up the dialog ?

if i initalize one like this

$("#dialog").dialog({ bgiframe: true, autoOpen: false, width : 600, show: 'fade', hide: 'fade', modal: true });

then how i can make dynamic initialization for multiple users .