好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

怎么样利用Jquery做弹出可编辑的对话框_html/css_WEB-ITnose

怎么样利用Jquery做弹出可编辑的对话框
http://www.weiboxiu.cn/plugin/lhgdialog4/demo/demo.html 看看这款。基于JQ的
http://www.veryhuo.com/a/view/40564.html
这个只是弹出对话框


回复讨论(解决方案)

   	 	 jQuery UI Dialog - Modal confirmation 		  	  	  	  	  	  	 	body {	font-size: 62.5%;	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";}   .resize{resize:none;}	 	 	$(function() {		$( "#dialog-confirm" ).dialog({			resizable: false,			height:140,			modal: true,			buttons: {				Save: function() {				    $("#view_content").html($("#edit_content").val());					$( this ).dialog( "close" );				},				Cancel: function() {					$( this ).dialog( "close" );				}			}        });	});	   

查看更多关于怎么样利用Jquery做弹出可编辑的对话框_html/css_WEB-ITnose的详细内容...

  阅读:36次