Changeset 1400
- Timestamp:
- Sep 22, 2010, 4:15:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/parlementaire/templates/indexSuccess.php
r1399 r1400 11 11 change = 7000; 12 12 update = 60000; 13 reprends_a = 0; 13 14 timerWidget = null; 14 15 i = 0; … … 134 135 clearTimeout(timerWidget); 135 136 } 137 138 $(".commentaire_widget").live("mouseover", function() { 139 clearInterval(timerUpdate); 140 clearTimeout(timerWidget); 141 reprends_a = i; 142 }); 143 144 $(".commentaire_widget").live("mouseout", function() { 145 timerUpdate = setInterval(function(){updateWidget();}, update); 146 timerWidget = setTimeout(function(){changeCommentaire(reprends_a);}, 1000); 147 }); 136 148 137 149 </script>
Note: See TracChangeset
for help on using the changeset viewer.