﻿

jQuery(document).ready(function()
{   
    create();  
   $("#ctl00_ContentPlaceHolder1_txtKey").bind("focus",function(){document.getElementById("ctl00_ContentPlaceHolder1_txtKey").select();});
 });
 function create()
 {
    CreateDiv("cmnctn_nostr","cmnctnDiv","工作地区","请选择工作地区","width:600px;height:300px;","1020","请选择工作地区",5,"hWorkPlace");
    CreateDiv("rgmnt_nostrcallingstr","callingDiv","行业类型","请选择行业类别","width:670px;height:500px;","11","请选择行业类别",5,"hTrade");
    CreateDiv("rgmnt_nostrplace","placeDiv","职位类别","请选择职位类别","width:760px;height:580px;","13","请选择职位类别",5,"hPosition"); 
    CreateDiv2("updateDate","updateDateDiv","发布日期","请选择发布日期","width:600px;height:200px;","12","请选择发布日期","hDate");
 }
//  jQuery(function () {
//	jQuery("#keyT").autocomplete({
//		source: "../AspxSystem/KeywordSearch.aspx?rgmnt_no=00160001",
//		minLength: 0
//	});
//});
//jQuery(function () {
//	jQuery("#key").autocomplete({
//		source: "../AspxSystem/KeywordSearch.aspx?rgmnt_no=00160001",
//		minLength: 0
//	});
//});

