我正在爲我的應用程序使用JQuery。 在我的代碼中,我只想得到標籤中的文字'名字'。在Jquery中檢索標籤內容
我
$("#label"+div_id+"").html(); //but displays Firstname along with the span tag..
嘗試過,但我只需要您的名字。我怎麼能這樣做?
以下是我的HTML代碼
<label id="label1">Firstname<span class="req"><em> * </em></span></label>