如何删除& nbsp使用jquery [英] how to remove the &nbsp using jquery

查看:86
本文介绍了如何删除& nbsp使用jquery的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

下面给出以下HTML请帮助我



the following HTML is given below pls help me

<div class="col-lg-6 col-md-6 col-sm-12">
                   <input type="text" onfocus="if(this.value == '  Select Start Date') {this.value=''}" onblur="if(this.value == ''){this.value ='  Select Start Date'}" class="txtbox hasDatepicker" id="txtStartDate" name="txtStartDate">
                        <span class="val" id="RequiredFieldValidator4">Start Date is required</span>
                     &nbsp;
                    <span class="abso _icon clender"></span>
                </div>

推荐答案

你可以试试这个:



You can try this:


(function() {
(function () {


div.col-lg-6 ).each(function(){
var
("div.col-lg-6").each(function () { var


这篇关于如何删除&amp; nbsp使用jquery的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆