How can I open something similar to what I see on the topicβs video site?
Alternatively, you can open the jQuery dialog without a title.
You can use the DialogClass option:$('.selector').dialog({ dialogClass: 'notitle' });and in CSS specify your class by removing the ecc header.notitle .ui-dialog-titlebar {display:none}
$('.selector').dialog({ dialogClass: 'notitle' });
.notitle .ui-dialog-titlebar {display:none}
Source: https://habr.com/ru/post/1335393/More articles:Determine if a property is animated using a CSS3 transition? - javascriptstrstr () in emacs lisp? - stringProblem installing a WPT manifest using wevtutil - performanceLINQ to SQL - group by day / week / month - c #Is it possible to deploy a solution for a web application so that its functions are visible only in this web application? - deploymentPulling information from array_count_values ββ- sortingHow to start parsing as soon as a lexer returns a token? (Building a compiler) - cTomcat JMX connection - Authentication failed - javaEmail embedded HTML images - androidHow to interact between a WCF service and a host application? - c #All Articles