摘要:
今天在招商项目中要通道鼠标移动到图片上面去显示一个提示层信息代替原来的title提示,于是上网搜索了一下,发现网络上面的代码都好复杂,于是找了一个较为简单的修改简化了一下。//标题提示效果处var sweetTitles = { x: 10, y: 20, tipElements: "img[name='newImg']", init: function() { $(this.tipElements).mouseover(function(e) { this.myTitle = this...
阅读全文