We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc03e40 commit 2719a32Copy full SHA for 2719a32
Ajax/common/traits/JqueryActionsTrait.php
@@ -1,6 +1,11 @@
1
<?php
2
3
namespace Ajax\common\traits;
4
+/**
5
+ *
6
+ * @author jc
7
+ * @property array $jquery_code_for_compile;
8
+ */
9
10
trait JqueryActionsTrait {
11
public abstract function _add_event($element, $js, $event, $preventDefault=false, $stopPropagation=false,$immediatly=true);
0 commit comments