首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jQuery烂笔尖

2012-11-23 
jQuery烂笔头Specify a function to execute when the DOM is fully loaded.Then you can change the src

jQuery烂笔头
Specify a function to execute when the DOM is fully loaded.



Then you can change the src in jQuery by:


servlet会缓存img的URL,当请求的url不变时,servlet会把缓存的url对应的图片传回来,所以图片没有被正确设置。可以每次请求时可以在url上多加上当期时期,这个每次请求的url就不同了
$("#id").show(); //display:block$("#id").hide(); //display:none$("#id").toggle(); //切换元素的可见状态:如果元素可见,切换为隐藏;如果元素隐藏,切换为可见

热点排行