Hi,
I have a list of companies and I want to be able to open a dialog to be able to edit their details. This opens the dialog:
$('#company_details').click(function() {
$('#dialog').dialog('open');
});
Only binds the dialog to the first instance of , not every one.
And then, how can I pass the dialog an ID so I can then run an AJAX query?