Response title
This is preview!
function run_modal(catagory, item) {
// alert(catagory +'*'+ item);
//modal code for output
$( "#modal" ).dialog({
//modal content in here
title:"this is only a test",//title of modal box
width: 300,
height: 300,
modal: false,
ui-dialog-content:"text",
});
}
© 2013 jQuery Foundation
Sponsored by and others.