$(".move") 表示找到一个class名为"move" 标签,后面的js 是做了一个判断 如果class名为"move"标签里的内容等于2时,
那么将内容换位"Feb"。
<script type="text/javascript">
$(function () {
$(".move").each(function () {
if ($(this).text() == 02) {
$(this).text("Feb");
}else if($(this).text() == 01){
$(this).text("Jan")
}else if($(this).text() == 03){
$(this).text("Mar")
}else if($(this).text() == 04){
$(this).text("Apr")
}else if($(this).text() == 05){
$(this).text("May")
}else if($(this).text() == 06){
$(this).text("Jun")
}else if($(this).text() == 07){
$(this).text("Jul")
}else if($(this).text() == 08){
$(this).text("Aug")
}else if($(this).text() == 09){
$(this).text("Sep")
}else if($(this).text() == 10){
$(this).text("Oct")
}else if($(this).text() == 11){
$(this).text("Nov")
}else if($(this).text() == 12){
$(this).text("Dec")
}
});
});
</script>
远近互联技术-刘 整理发布,希望能对同是技术的你有所帮助。
远近互联专业提供网站建设、APP开发、网站优化、外贸网站SEO、微信运营的品牌整合营销服务,让客户通过网络品牌建立与网络传播提高业绩。