Skip to content

wentmac/tmac_popdialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

tmac_popdialog

jquery弹窗插件

使用方法

使用方法

 	$(this).popLoading({											
		dialog_id	: 'room_status',
		dialog_body	: 'DragBody',
		closeid		: 'room_status_close',
		DragTitle	: 'DragTitle'
	});
	

var dialog_html = '< div id="dialog" style="width:76px; height:91px ">';
dialog_html += '	< img src="images/other/jiazai.gif"/>';
dialog_html += '	< button style="display:none" id="wait_main_close"></button>';
dialog_html += '< /div>';
$(this).popLoading({
html 		: dialog_html,
dialog_id 	: 'dialog',
dialog_body : 'dialog_div',
closeid		: 'wait_main_close'
});

About

jquery弹窗插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published