As shown below:
<pre name= "code" class= "HTML" > //load all menus
initallmenupage:function (obj) {
var select = $ (' # g402880312788b836012788b99cb0010d tbody tr.selected '). attr (' value ');
if (select) {
popupdialog (obj.id+ "_dialog", "module info", globalurl+ "web/default/model_child.jsp", "M", "650");
} else{
alert (select a record);
}
,
Note: HTML-related properties in the JSP are removed, head, body, header file
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
do not remove these things, loading JS when there will be problems, the first load will not be a problem, when you load JS the second time, he will go cached on the page of JS, so just keep the code fragment
The above is a small series for you to bring the jquery Popupdialog using the method of loading JSP page all the content, I hope that we support cloud Habitat Community ~