日期:2014-05-16  浏览次数:20329 次

jquery遍历dom怎么获取值
本帖最后由 u013891642 于 2014-03-04 09:52:47 编辑
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>jsTree test</title>
        <!-- 2 load the theme CSS file -->
        <link rel="stylesheet" href="http://static.jstree.com/3.0.0-beta9/assets/dist/themes/default/style.min.css" />
     <!-- 4 include the jQuery library -->
        <script src="http://static.jstree.com/3.0.0-beta9/assets/jquery-1.10.2.min.js">
        </script>
    </head>
    <body>
     <div style="margin-top:100px; margin-left:200px;" id="plugins5">
            <ul>
                <li>
                   大分类1
                    <ul>
                        <li>
                           小分类
                            <ul>
                                <li>
                                   小分类1
                                </li>
                                <li>
                                 小分类2
                                </li>
                                <li>
                                 小分类3
       &nb