/*!
* Copyright © 2012-2014 JeeSite All rights reserved.
*
* 通用公共方法
* @author ThinkGem
* @version 2014-4-29
*/
$(document).ready(function() {
try{
// 链接去掉虚框
$("a").bind("focus",function() {
if(this.blur) {this.blur()};
});
//所有下拉框使用select2 - 排除class为noSelect2的