读书人

广告项目:(四) jquery树

发布时间: 2012-07-16 15:44:59 作者: rapoo

广告项目:(4) jquery树

<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%><%String path = request.getContextPath();String basePath = request.getScheme() + "://"+ request.getServerName() + ":" + request.getServerPort()+ path + "/";%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><!-- JQUERY 主要JS库--><script type="text/javascript" style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/js/lib/jquery.js"></script><!-- JSTREE 主要JS库--><script type="text/javascript" style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/js/lib/jquery.cookie.js"></script><script type="text/javascript" style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/js/lib/jquery.hotkeys.js"></script><script type="text/javascript" style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/js/jquery.jstree.js"></script><script type="text/javascript" style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/js/util.js"></script><link href="../../css/style.css" rel="stylesheet" type="text/css" /><style type="text/css">html,body {margin: 0;padding: 0;}body,td,th,pre,code,select,option,input,textarea {font-family: verdana, arial, sans-serif;font-size: 12px;}#tree {width: 200px;height: 400px;overflow: auto;border: 1px solid gray;}#code {width: 400px;height: 200px;overflow: auto;border: 1px solid gray;overflow: auto;margin-top: 10px}</style></head><body onload="init();"><div id="tree" :{data:o} ,//要使用到的插件         "plugins" : [ "themes", "json_data", "ui", "crrm", "cookies", "dnd", "search", "types", "hotkeys", "contextmenu" ]    })        //选择事件.bind("select_node.jstree", function(e, data) {        var id = parseInt(data.rslt.obj.attr("id"));        document.getElementById("code").value =id;        }) }</script><input type="hidden" value="" id="code" /></body></html>

?1.jQueryTree树

?

?

读书人网 >其他相关

热点推荐