We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys.
I have tried to use jquery-dialogextend with bootstrap, but when I get resizable dialog, just including bootstrap.css file, resize is failing.
<!DOCTYPE html> <html> <head> <title>test</title> <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> </head> <body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script src="js/jquery.dialogextend.min.js"></script> <script> $(function(){ $("<div>This is content as da sdas das das das das das das das da sdas dasdasdas as dasdasdas dasdasdafsdfgvsd fdfbfgbf gn fghnfgdfg ertyrthdfb fbr tbtyfdf dfg rthr bdfd fdfg<br>asodijaosdijaosimxca<br></div>") .dialog({ "title" : "My Dialog" }) .dialogExtend({ "maximizable" : true, "dblclick" : "maximize", "icons" : { "maximize" : "ui-icon-arrow-4-diag" } }); }); </script> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys.
I have tried to use jquery-dialogextend with bootstrap, but when I get resizable dialog, just including bootstrap.css file, resize is failing.
The text was updated successfully, but these errors were encountered: