Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
杨捷 committed Dec 30, 2014
1 parent 88e8f6d commit c0399a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@

pop5.on('show',function($tip){
// alert('显示tip');
setTimeout(function(){
// 改变提示框内容
// pop5.html('!!!!!!!!!!!!!!!!!!!!!!!<br>!!!!!!改变提示内容!!!!!<br>!!!!!!!!!!!!!!!!!!!!!!!');
},1000);
});

pop5.on('hide',function(){
Expand Down

0 comments on commit c0399a9

Please sign in to comment.