<script type="text/javascript">
$(function () {
$("select").bind("change", function () {
if ($(this).val() == "苹果")
$(function () {
$("select").bind("change", function () {
if ($(this).val() == "苹果")
2015-08-28
.bind("blur",function () {
if ($(this).val().length == 0)
$("div").html("你的名称不能为空!");
})
});
if ($(this).val().length == 0)
$("div").html("你的名称不能为空!");
})
});
2015-08-28
$(function () {$("input").bind("focus", function () {$("div").html("请输入您的姓名!");if($(this).val().length !== 0){$("div").html("");}})$("input").bind("blur", function () {if ($(this).val().length === 0){$("div").html("你的名称不能为空!");}if($(this).val().length !== 0){$("div").html("");}})});
2015-08-28
$("span").remove();
$("span").empty();
$("span").empty();
2015-08-28
$(".green").before($html);
$(".green").after($html);
$(".green").after($html);
2015-08-28
$("#content").removeAttr('class');
$("#content").removeClass('blue white');
$("#content").removeClass('blue white');
2015-08-28
$("#content").css({'background':'blue','color':'white'});
2015-08-28
$(function () {
$("#accordion").accordion()
});
$("#accordion").accordion()
});
2015-08-28