Elgg  Version 2.3
tablelistcountupdate.php
Go to the documentation of this file.
1 <?php
13 ?>
14 <?php //@todo JS 1.8: no ?>
15 <script>
16 require(['jquery'], function($) {
17  $(function () {
18  $("#friends_membership_count<?php echo $vars['friendspicker']; ?>").html("<?php echo $vars['count']; ?>");
19  });
20 });
21 </script>
html
Definition: admin.css.php:36
elgg require
Throw an error if the required package isn&#39;t present.
Definition: elgglib.js:164