We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3dfb4 commit 9a9b82fCopy full SHA for 9a9b82f
1 file changed
Ajax/common/traits/JsUtilsActionsTrait.php
@@ -605,6 +605,7 @@ public function clearInterval($globalName,$immediatly=true){
605
606
/**
607
* 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
609
* @param string $counterSelector Selector of the existing element wich display the counter
610
* @param integer $value The initial value of the counter
611
* @param integer $limit The limit of the counter (minimum if countDown is true, maximum if not)
0 commit comments