jquery-ui.js
$.widget( "ui.dialog", {
version: "1.12.1",
・・・
_createTitlebar: function() {
var uiDialogTitle;
// delete start this.uiDialogTitlebar = $( "<div>" );
this._addClass( this.uiDialogTitlebar, "ui-dialog-titlebar", "ui-widget-header ui-helper-clearfix" );
// delete end
this._on( this.uiDialogTitlebar, {
・・・
this._title( uiDialogTitle );
// delete start
this.uiDialogTitlebar.prependTo( this.uiDialog );
// delete end
this.uiDialog.attr(
"aria-labelledby": uiDialogTitle.attr( "id" )
} );
'jQuery' 카테고리의 다른 글
attr, prop 차이 (0) | 2021.02.20 |
---|