H E L T E R
H E L T E R

Reputation: 51

jQuery dialog/javascript boolean not working

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

Answers (1)

rzShrestha
rzShrestha

Reputation: 128

try adding:

$( this ).dialog( "close" );

on the close

Upvotes: 1

Related Questions