dongqi0644 2014-05-16 04:27
浏览 39
已采纳

在jquery中读取Label的值

I am trying to set and read value of a lable in jquery but it returns empty

$('label#ringIdLabel').text(jQuery(this).val());

It shows label text as xx

but when retrieving with

     var ringId = $("#ringIdLabel").val();

it turns out to be empty. My lable is defined as

        <label  id="ringIdLabel" style="visibility: hidden;"   ><?php echo $mainRing['id'] ?></label>
  • 写回答

3条回答 默认 最新

  • dongyuqie4322 2014-05-16 04:28
    关注

    To retrieve you need to use text() function only

    var ringId = $("#ringIdLabel").text();
    

    Here is the working Fiddle.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 MCNP里如何定义多个源?
  • ¥20 双层网络上信息-疾病传播
  • ¥50 paddlepaddle pinn
  • ¥20 idea运行测试代码报错问题
  • ¥15 网络监控:网络故障告警通知
  • ¥15 django项目运行报编码错误
  • ¥15 请问这个是什么意思?
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏