php - Trying to show jqmobile grid(trirand) in a jquery mobile windows -
using jquery mobile want pop dialog box user can enter in search filters , when submit query show jqmobile grid(trirand) inside modal window. possible. here code below: qr.php <?php require_once '../auth.php'; require_once '../jqsuitephp/jq-config.php'; // include pdo driver class require_once '../../jqsuitephp/php/jqgridpdo.php'; // connection server $conn = new pdo(db_dsn,db_user,db_password); // tell db use utf-8 $conn->query("set names utf8"); if(isset($_request['a'])) { //get asset information $conn = new pdo(db_dsn,db_user,db_password); $sql = "select asset_no, dept_id dept, short_desc, `loto #` loto mfg_eng_common.machine asset_no ='".$_request['a']."'"; $result = $conn->query($sql); $row = $result->fetch(pdo::fetch_assoc); //check see if active work order exists in mwo system current asset //status_id of 50 mean approved/closed $sql = "select count(*) wocnt mfg_eng_mwo.mwo ass