dts777777 2013-12-07 08:00
浏览 99

将数据从jquery HTML方法检索到数组中

I start learning jquery and have the following code to getting the data from my database, it is corrected display what I want from the database in the 'div tag' below

 <script type="text/javascript">
            // function to get data from the database
            function getData()
            {
                $('#num').hide();
                $.post('getData.php',{rev: form.select.value},
                  function(output){
                          $('#num').html(output).fadeIn(700);        
                  });
            }
 </script>
 ....
 <div id="num"></div>
 .......

The jquery html method displays as a string (e.g: 1 2 3). Now I want to save the contents of jquery html method into an array so I can access it for future data usage, is there any way to establish that ? Thanks for your helps !!!

  • 写回答

3条回答 默认 最新

  • doulu7921 2013-12-07 08:05
    关注

    You can use split or JSON.parse here:

    Using JSON.parse:

    var arr = JSON.parse("[" + output + "]");
    

    output:

    [1, 2, 3]
    

    This gives you an Array of numbers.

    or

    output.split(" ");
    

    Output:

    ["1", "2", "3"]
    

    This gives you an Array of strings.

    评论

报告相同问题?

悬赏问题

  • ¥188 寻找能做王者评分提取的
  • ¥15 matlab用simulink求解一个二阶微分方程,要求截图
  • ¥30 乘子法解约束最优化问题的matlab代码文件,最好有matlab代码文件
  • ¥15 写论文,需要数据支撑
  • ¥15 identifier of an instance of 类 was altered from xx to xx错误
  • ¥100 反编译微信小游戏求指导
  • ¥15 docker模式webrtc-streamer 无法播放公网rtsp
  • ¥15 学不会递归,理解不了汉诺塔参数变化
  • ¥15 基于图神经网络的COVID-19药物筛选研究
  • ¥30 软件自定义无线电该怎样使用