Reputation: 51
I have no idea if I'm doing this right but I'm trying to make it so when the delete Button is clicked a Dialog in my jQuery UI comes up
Upvotes: 1
Views: 151
Reputation: 128
try adding:
$( this ).dialog( "close" );
on the close