Home  >  Article  >  Web Front-end  >  jQuery method to select elements with dot symbol in id attribute_jquery

jQuery method to select elements with dot symbol in id attribute_jquery

WBOY
WBOYOriginal
2016-05-16 16:09:031355browse

本文实例讲述了jQuery选择id属性带有点符号元素的方法。分享给大家供大家参考。具体分析如下:

如果jquery要选择的元素id中带有点符号,在选择时需要在点前面加上两个反斜杠,如:

$("#address\\.street").text("Enter this field");

具体代码如下:





 http://www.jb51.net




 
http://www.jb51.net

希望本文所述对大家的jQuery程序设计有所帮助。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn