How to create jQuery popup without close button? See my code below.
$('#addNewRecord').dialog( { autoOpen: true, width: 570, bgiframe: true, resizable: false, height:490, modal: true } );
Can anyone help me out?
Please refer. How to remove the close button in the jQuery UI dialog?
Or what about the best way to remove the close button in a jQuery UI dialog box widget?
jQuery,
jQuery('.ui-dialog-titlebar-close').hide();
$('.ui-dialog-titlebar-close').hide();
jQuery (document).ready();
Source: https://habr.com/ru/post/1765602/More articles:Can I prevent a digital signature warning when starting a Java application from the command line? - javaHow to get Mario Wii Map Points after a race to the database - mysqlHow to add distance between two span elements - htmlHow to force binding in Emacs? - emacsEvaluating Facelets Component Expression in Sorts Richfaces - sortingproblem using smack on android - androiddrupal with over 100,000 nodes, maximizing performance - mysqlIncluding functions in C using the header and additional C files - cHTML content serving - javascriptС# + COM, изменить массив в параметре - c#All Articles