Skip to content

Commit 9a9b82f

Browse files
committed
Updates counter events doc
1 parent 8e3dfb4 commit 9a9b82f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ajax/common/traits/JsUtilsActionsTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ public function clearInterval($globalName,$immediatly=true){
605605

606606
/**
607607
* Associates a counter to the element designated by $counterSelector
608+
* Triggers the events counter-start and counter-end on finished with the parameters value and limit
608609
* @param string $counterSelector Selector of the existing element wich display the counter
609610
* @param integer $value The initial value of the counter
610611
* @param integer $limit The limit of the counter (minimum if countDown is true, maximum if not)

0 commit comments

Comments
 (0)